[wxPython] wxADJUST_MINSIZE

Just noticed...

According to the documentation, the "flags" argument to the Add method of
the wxSizer class (or rather the Add{Window, Sizer} methods of the wxPySizer
class), the "wxAGJUST_MIN" flag is used to get the sizer to layout according
to the GetBestSize method of the window. This is obviously (at least,
obviously to English-speakers...) a typo, but wxADJUST_MIN doesn't work
either. Consulting the pyTree demo reveals the correct name to be
wxADJUST_MINSIZE.

This is obviously an error in the wxWindows documentation; I'll try sending
a copy of this message to wxWindows-users@wxWindows.org, but that may be
the wrong address or even more likely not allow submissions from
non-subscribers, so where is this fabled bug-tracker that we hear about now
and then?

[I suppose also that, in wxWindows rather than wxPython the correct
identifier could be as in wxPython but without the SIZE on the end...?]

Cheerio, Chris

···

-------------------------------------------------------------------------
Chris Fama <mailto:Chris.Fama@whollysnakes.com>
         or <mailto:Chris.Fama@uq.net.au>
Brisbane, Australia
Phone: (0/+61)(7) 3870 5639 {10am-10pm GMT+10 on both these numbers please}
Mobile: (0/+61)(400) 833 700
-------------------------------------------------------------------------
Business page: <http://whollysnakes.com>
Personal page: <http://uq.net.au/~zzcfama>
-------------------------------------------------------------------------

Quoting Chris Fama <chris.fama@uq.net.au>:

This is obviously an error in the wxWindows documentation; I'll try
sending
a copy of this message to wxWindows-users@wxWindows.org, but that may
be
the wrong address or even more likely not allow submissions from
non-subscribers, so where is this fabled bug-tracker that we hear about
now
and then?

There is a link on the wxPython site, here it is:

--Robin