Added wxFIXED_SIZE.

Propogated wxSizer::SetItemMinSize to SetSizeHints for window items.
Updated docs for flag parameter to be more readable and understandable.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-04-07 19:21:06 +00:00
parent 1ec25e8ff7
commit caa251e073
3 changed files with 47 additions and 21 deletions

View File

@@ -1031,7 +1031,7 @@ enum wxStretch
wxGROW = 0x2000,
wxEXPAND = wxGROW,
wxSHAPED = 0x4000,
// free value: 0x8000 (old wxADJUST_MINSIZE)
wxFIXED_SIZE = 0x8000,
wxTILE = 0xc000,
// for compatibility only, default now, don't use explicitly any more