FoundryGtk.ShortcutProvider¶
- Implementations:
None
Methods¶
Virtual Methods¶
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class FoundryGtk.ShortcutProvider¶
- Bases:
- Structure:
- list_shortcuts()¶
- Returns:
- Return type:
Gets a
Gio.ListModelofGtk.Shortcut.This function should return a
Gio.ListModelofGtk.Shortcutthat are updated as necessary by the plugin. This list model is used to activate shortcuts based on user input and allows more control by plugins over when and how shortcuts may activate.
- do_list_shortcuts() virtual¶
- Returns:
- Return type:
Gets a
Gio.ListModelofGtk.Shortcut.This function should return a
Gio.ListModelofGtk.Shortcutthat are updated as necessary by the plugin. This list model is used to activate shortcuts based on user input and allows more control by plugins over when and how shortcuts may activate.