ShortcutsWindow

Constructors

this
this(DzlShortcutsWindow* dzlShortcutsWindow, bool ownedRef = false)

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

Members

Functions

addOnClose
gulong addOnClose(void delegate(ShortcutsWindow) dlg, ConnectFlags connectFlags = cast(ConnectFlags)0)

The ::close signal is a [keybinding signal]GtkBindingSignal which gets emitted when the user uses a keybinding to close the window.

addOnSearch
gulong addOnSearch(void delegate(ShortcutsWindow) dlg, ConnectFlags connectFlags = cast(ConnectFlags)0)

The ::search signal is a [keybinding signal]GtkBindingSignal which gets emitted when the user uses a keybinding to start a search.

getShortcutsWindowStruct
DzlShortcutsWindow* getShortcutsWindowStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

dzlShortcutsWindow
DzlShortcutsWindow* dzlShortcutsWindow;

the main Gtk struct

Meta