Dazzle.ShortcutChord

Fields

None

Methods

class

equal (data1, data2)

class

hash (data)

class

new_from_event (event)

class

new_from_string (accelerator)

append_event (event)

copy ()

free ()

get_label ()

get_length ()

get_nth_key (nth, keyval, modifier)

has_modifier ()

match (other)

to_string ()

Details

class Dazzle.ShortcutChord
classmethod equal(data1, data2)
Parameters:
Return type:

bool

classmethod hash(data)
Parameters:

data (object or None) –

Return type:

int

classmethod new_from_event(event)
Parameters:

event (Gdk.EventKey) –

Return type:

Dazzle.ShortcutChord

classmethod new_from_string(accelerator)
Parameters:

accelerator (str) –

Return type:

Dazzle.ShortcutChord

append_event(event)
Parameters:

event (Gdk.EventKey) –

Return type:

bool

copy()
Return type:

Dazzle.ShortcutChord

free()
get_label()
Return type:

str

get_length()
Return type:

int

get_nth_key(nth, keyval, modifier)
Parameters:
has_modifier()
Return type:

bool

match(other)
Parameters:

other (Dazzle.ShortcutChord) –

Return type:

Dazzle.ShortcutMatch

to_string()
Return type:

str