 
       wx.lib.buttons.__ThemedMixin¶
  wx.lib.buttons.__ThemedMixin¶Uses the native renderer to draw the bezel, also handle mouse-overs.
 Known Subclasses¶
 Known Subclasses¶wx.lib.buttons.ThemedGenBitmapButton, wx.lib.buttons.ThemedGenBitmapTextButton, wx.lib.buttons.ThemedGenBitmapTextToggleButton, wx.lib.buttons.ThemedGenBitmapToggleButton, wx.lib.buttons.ThemedGenButton, wx.lib.buttons.ThemedGenToggleButton
 Methods Summary¶
 Methods Summary¶| DrawBezel | |
| InitOtherEvents | Initializes other events needed for themed buttons. | 
| OnMouse | Handles the wx.EVT_ENTER_WINDOWandwx.EVT_LEAVE_WINDOWevents for | 
 Class API¶
 Class API¶Uses the native renderer to draw the bezel, also handle mouse-overs.
Initializes other events needed for themed buttons.
Handles the wx.EVT_ENTER_WINDOW and wx.EVT_LEAVE_WINDOW events for
GenButton when used as a themed button.
| Parameters: | event – a wx.MouseEventevent to be processed. | 
|---|