ShortcutChord
- 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)
A destructor is present on this object, but not explicitly documented in the source.
- 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)
- getStruct
void* getStruct()
the main Gtk struct as a void*
- hasModifier
bool hasModifier()
- match
DzlShortcutMatch match(ShortcutChord other)
- toString
string toString()
- equal
bool equal(void* data1, void* data2)
- getType
GType getType()
- hash
uint hash(void* data)
- dzlShortcutChord
DzlShortcutChord* dzlShortcutChord;