Method

GtkShortcutLabelset_disabled_text

since: 3.22

Declaration [src]

void
gtk_shortcut_label_set_disabled_text (
  GtkShortcutLabel* self,
  const gchar* disabled_text
)

Description [src]

Sets the text to be displayed by self when no accelerator is set.

Available since: 3.22

Parameters

disabled_text

Type: const gchar*

The text to be displayed when no accelerator is set.

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