GenBitmapTextButton & style=wx.BU_LEFT

Is it possible to align the bitmap and the label on GenBitmapTextButton using wx.BU_LEFT flag?
Thanks

Prashant Saxena wrote:

Is it possible to align the bitmap and the label on GenBitmapTextButton using wx.BU_LEFT flag?

Not currently, but it wouldn't be too hard to add support for it. (If you do then please submit a patch to Trac.) Or you could derive your own class and override the DrawLabel method.

ยทยทยท

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