class documentation

class ToggleActionMethod(ActionMethod): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Method connect_button Connect a Gtk.ToggleAction or Gtk.ToggleButton to this action
Method create_tool_button Undocumented
Method get_active Undocumented
Method get_gaction Undocumented
Method set_active Change the state of the action without triggering the action
Method _on_activate Callback for activate signal of connected objects
Method _on_activate_proxy Undocumented
Class Variable _button_class Undocumented
Class Variable _tool_button_class Undocumented
Instance Variable _gaction Undocumented
Instance Variable _state Undocumented

Inherited from ActionMethod:

Method create_button Undocumented
Method create_icon_button Undocumented
Method _on_destroy_proxy Undocumented

Inherited from BoundActionMethod (via ActionMethod):

Method __getattr__ Undocumented
Method get_sensitive Undocumented
Method set_sensitive Undocumented
Method _connect_gtkaction Undocumented
Instance Variable _action Undocumented
Instance Variable _instance Undocumented
Instance Variable _proxies Undocumented
Instance Variable _sensitive Undocumented
def __call__(self, active=None): (source)
def __init__(self, instance, action): (source)
def connect_button(self, button): (source)
Connect a Gtk.ToggleAction or Gtk.ToggleButton to this action
def create_tool_button(self, fallback_icon=None, connect_button=True): (source)
def get_active(self): (source)

Undocumented

def get_gaction(self): (source)
def set_active(self, active): (source)
Change the state of the action without triggering the action
@SignalHandler
def _on_activate(self, proxy, active): (source)
Callback for activate signal of connected objects
def _on_activate_proxy(self, proxy): (source)
_button_class = (source)
_tool_button_class = (source)
_state = (source)

Undocumented