ShortcutChord

Constructors

this
this(DzlShortcutChord* dzlShortcutChord, bool ownedRef)

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

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

Destructor

~this
~this()
Undocumented in 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)

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

ownedRef
bool ownedRef;
Undocumented in source.

Meta