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

Igor Korot ikorot at earthlink.net
Thu May 1 07:39:08 PDT 2008


Isn't it suppose to be deprecated then?
It's old...

But now I know why my program does not compile
in trunk.

Thank you.

-----Original Message-----
>From: Vaclav Slavik <vslavik at fastmail.fm>
>Sent: May 1, 2008 9:12 AM
>To: Igor Korot <ikorot at earthlink.net>, wx-dev at lists.wxwidgets.org
>Subject: Re: [wx-dev] wxADJUST_MINSIZE: it's not in the 2.9?
>
>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



More information about the wx-dev mailing list