[wx-dev] wxADJUST_MINSIZE: it's not in the 2.9?

Vaclav Slavik vslavik at fastmail.fm
Thu May 1 06:12:29 PDT 2008


On Thu, 2008-05-01 at 02:07 -0400, Igor Korot wrote:
> Subject says it: what that style was, and why it's not there?

It *is* there:

$ grep wxADJUST_MINSIZE wx-trunk/include/wx/defs.h
defs.h:    wxADJUST_MINSIZE               = 0,
$

And whatever it's meaning used to be, it was last used in wx-2.4:

$ glark -2 wxADJUST_MINSIZE  wx-2.8/include/wx/defs.h 
 1281 -     /* for compatibility only, default now, don't use explicitly any more */
 1282 - #if WXWIN_COMPATIBILITY_2_4
 1283 :     wxADJUST_MINSIZE          = 0x00100000
 1284 + #else
 1285 :     wxADJUST_MINSIZE          = 0
 1286 + #endif
 1287 + };
$

Vaclav
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.wxwidgets.org/pipermail/wx-dev/attachments/20080501/861f42ac/attachment-0001.pgp


More information about the wx-dev mailing list