ShortcutChordTable
class ShortcutChordTable {
}
- this
this(DzlShortcutChordTable* dzlShortcutChordTable, bool ownedRef = false)
Sets our main struct and passes it to the parent class.
- this
this()
A destructor is present on this object, but not explicitly documented in the source.
- add
void add(ShortcutChord chord, void* data)
- foreach_
void foreach_(DzlShortcutChordTableForeach foreachFunc, void* foreachData)
This function will call @foreach_func for each chord in the table.
- free
void free()
- getShortcutChordTableStruct
DzlShortcutChordTable* getShortcutChordTableStruct(bool transferOwnership = false)
- getStruct
void* getStruct()
the main Gtk struct as a void*
- lookup
DzlShortcutMatch lookup(ShortcutChord chord, void** data)
- lookupData
ShortcutChord lookupData(void* data)
- printf
void printf()
- remove
bool remove(ShortcutChord chord)
- removeData
bool removeData(void* data)
- setFreeFunc
void setFreeFunc(GDestroyNotify notify)
- size
uint size()
- dzlShortcutChordTable
DzlShortcutChordTable* dzlShortcutChordTable;