module timelinelib.wxgui.components.twostatebutton

class timelinelib.wxgui.components.twostatebutton.TwoStateButton[source]

Bases: wx._core.Button

InitialStateClickedEvent

alias of wx.lib.newevent.NewEvent.<locals>._Event

EVT_INITIAL_STATE_CLICKED = <wx.core.PyEventBinder object>
SecondStateClickedEvent

alias of wx.lib.newevent.NewEvent.<locals>._Event

EVT_SECOND_STATE_CLICKED = <wx.core.PyEventBinder object>
__init__(parent, initial_state_label, second_state_label, *args, **kwargs)[source]

Initialize self. See help(type(self)) for accurate signature.