GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── DzlShortcutThemeEditor
DzlShortcutTheme *
dzl_shortcut_theme_editor_get_theme (DzlShortcutThemeEditor *self);
Gets the shortcut theme if one hsa been set.
void dzl_shortcut_theme_editor_set_theme (DzlShortcutThemeEditor *self,DzlShortcutTheme *theme);
#define DZL_TYPE_SHORTCUT_THEME_EDITOR (dzl_shortcut_theme_editor_get_type())
“changed” signalvoid user_function (DzlShortcutThemeEditor *dzlshortcutthemeeditor, gpointer user_data)
The "changed" signal is emitted when one of the rows within the editor has been changed.
You might want to use this signal to save your theme changes to your configured storage backend.
Flags: Run Last