class ToggleActionMethod(ActionMethod): (source)
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 |
zim.actions.ActionMethod.connect_button