[dabo-users] dButton and standard wx.Button

2009-07-07 Thread John
It seems that a standard button style (not sure what to call it) is available for buttons like 'Add' (wx.ID_ADD) and many others. Apparently, passing the style is suppose allow the button captions follow the platform theme. How do I pass the style to a dabo.ui.dButton?

Re: [dabo-users] dButton and standard wx.Button

2009-07-07 Thread John
On Tuesday 07 July 2009 11:38:29 am John wrote: > It seems that a standard button style (not sure what to call it) is > available for buttons like 'Add' (wx.ID_ADD) and many others. Apparently, > passing the style is suppose allow the button captions follow the platform > theme. How do I pass th