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” gchar *
The accelerator for the label.
Flags: Read / Write
Default value: NULL