Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | dzl_shortcut_label_new () |
gchar * | dzl_shortcut_label_get_accelerator () |
void | dzl_shortcut_label_set_accelerator () |
void | dzl_shortcut_label_set_chord () |
const DzlShortcutChord * | dzl_shortcut_label_get_chord () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── DzlShortcutLabel
DzlShortcutLabel implements AtkImplementorIface, GtkBuildable and GtkOrientable.
gchar *
dzl_shortcut_label_get_accelerator (DzlShortcutLabel *self
);
void dzl_shortcut_label_set_accelerator (DzlShortcutLabel *self
,const gchar *accelerator
);
void dzl_shortcut_label_set_chord (DzlShortcutLabel *self
,const DzlShortcutChord *chord
);
const DzlShortcutChord *
dzl_shortcut_label_get_chord (DzlShortcutLabel *self
);
Gets the chord for the label, or NULL
.
“accelerator”
property “accelerator” char *
The accelerator for the label.
Owner: DzlShortcutLabel
Flags: Read / Write
Default value: NULL
“chord”
property“chord” DzlShortcutChord *
The chord for the label.
Owner: DzlShortcutLabel
Flags: Read / Write