A mixin that allows to transform any of SButton
, SBitmapButton
and
SBitmapTextButton
in the corresponding toggle buttons.
wx.lib.agw.shapedbutton.SBitmapTextToggleButton
, wx.lib.agw.shapedbutton.SBitmapToggleButton
, wx.lib.agw.shapedbutton.SToggleButton
Returns the toggled state of a button. |
|
Handles the |
|
Handles the |
|
Handles the |
|
Handles the |
|
Handles the |
|
Sets the button as toggled/not toggled. |
A mixin that allows to transform any of SButton
, SBitmapButton
and
SBitmapTextButton
in the corresponding toggle buttons.
Returns the toggled state of a button.
Handles the wx.EVT_KEY_DOWN
event for the button.
event – a KeyEvent
event to be processed.
Handles the wx.EVT_KEY_UP
event for the button.
event – a KeyEvent
event to be processed.
Handles the wx.EVT_LEFT_DOWN
event for the button.
event – a MouseEvent
event to be processed.
Handles the wx.EVT_LEFT_UP
event for the button.
event – a MouseEvent
event to be processed.
Handles the wx.EVT_MOTION
event for the button.
event – a MouseEvent
event to be processed.
Sets the button as toggled/not toggled.
flag – True
to set the button as toggled, False
otherwise.