Dazzle.ShortcutContext¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Name |
||
r/w |
If the context should allow activation using binding sets |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Dazzle.ShortcutContext(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- activate(widget, chord)¶
- Parameters:
widget (
Gtk.Widget
) –chord (
Dazzle.ShortcutChord
) –
- Return type:
- add_signalv(accel, signal_name, values)¶
- Parameters:
accel (
str
) – the accelerator for the shortcutsignal_name (
str
) – the name of the signalvalues ([
GObject.Value
] orNone
) – The values to use when calling the signal.
This is similar to dzl_shortcut_context_add_signal() but is easier to use from language bindings.
- load_from_data(data, len)¶
- Parameters:
- Raises:
- Return type:
Property Details¶
- Dazzle.ShortcutContext.props.name¶
- Name:
name
- Type:
- Default Value:
- Flags:
Name