ShortcutThemeEditor

Constructors

this
this(DzlShortcutThemeEditor* dzlShortcutThemeEditor, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this()

Members

Functions

addOnChanged
gulong addOnChanged(void delegate(ShortcutThemeEditor) dlg, ConnectFlags connectFlags = cast(ConnectFlags)0)

The "changed" signal is emitted when one of the rows within the editor has been changed.

getShortcutThemeEditorStruct
DzlShortcutThemeEditor* getShortcutThemeEditorStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getTheme
ShortcutTheme getTheme()

Gets the shortcut theme if one hsa been set.

setTheme
void setTheme(ShortcutTheme theme)

Static functions

getType
GType getType()

Variables

dzlShortcutThemeEditor
DzlShortcutThemeEditor* dzlShortcutThemeEditor;

the main Gtk struct

Meta