ShortcutChord

Constructors

this
this(DzlShortcutChord* dzlShortcutChord, bool ownedRef = false)

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

this
this(GdkEventKey* event)
this
this(string accelerator)

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

appendEvent
bool appendEvent(GdkEventKey* event)
copy
ShortcutChord copy()
free
void free()
getLabel
string getLabel()
getLength
uint getLength()
getNthKey
void getNthKey(uint nth, uint* keyval, GdkModifierType* modifier)
getShortcutChordStruct
DzlShortcutChord* getShortcutChordStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

hasModifier
bool hasModifier()
match
DzlShortcutMatch match(ShortcutChord other)
toString
string toString()

Static functions

equal
bool equal(void* data1, void* data2)
getType
GType getType()
hash
uint hash(void* data)

Variables

dzlShortcutChord
DzlShortcutChord* dzlShortcutChord;

the main Gtk struct

Meta