[wxPython] I wxButton flags

Is it a total lack of comprehension on my part, or are most of the wxBU_*
flags not implmented? I stumbled across this today when I was trying to use
the wxBU_EXACTFIT flag and my interpreter kindly informed me that it didn't
exist.

File grepping indicates that wxBU_AUTODRAW and wxBU_NOAUTODRAW are defined,
but the others are not anywhere to be found except in XRCed/xxx.py.

Do I have a bad install or is this just a case of documentation?

// Jeff Grimmett
// http://www.livejournal.com/users/grimmtooth/
  `--------------------------------------------'

Is it a total lack of comprehension on my part, or are most of the wxBU_*
flags not implmented? I stumbled across this today when I was trying to

use

the wxBU_EXACTFIT flag and my interpreter kindly informed me that it

didn't

exist.

File grepping indicates that wxBU_AUTODRAW and wxBU_NOAUTODRAW are

defined,

but the others are not anywhere to be found except in XRCed/xxx.py.

Do I have a bad install or is this just a case of documentation?

Neither. I just missed those flags when they were added. They are wrapped
and checked in to CVS now.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

the wxBU_EXACTFIT flag and my interpreter kindly informed me that it
didn't
> exist.

Neither. I just missed those flags when they were added. They
are wrapped
and checked in to CVS now.

Excellent! I went ahead and used the toolbar class for what I needed (little
graphic buttons) but it's nice to have it if I need it again :slight_smile: