Method

GtkShortcutLabelget_disabled_text

since: 3.22

Declaration [src]

const gchar*
gtk_shortcut_label_get_disabled_text (
  GtkShortcutLabel* self
)

Description [src]

Retrieves the text that is displayed when no accelerator is set.

Available since: 3.22

Return value

Type: const gchar*

The current text displayed when no accelerator is set.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.