Method

GtkShortcutLabelset_accelerator

since: 3.22

Declaration [src]

void
gtk_shortcut_label_set_accelerator (
  GtkShortcutLabel* self,
  const gchar* accelerator
)

Description [src]

Sets the accelerator to be displayed by self.

Available since: 3.22

Parameters

accelerator

Type: const gchar*

The new accelerator.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.