Method

Gtk.ShortcutLabel.set_disabled_text

Declaration [src]

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

Description [src]

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

Parameters

disabled_text const char*
 

the text to be displayed when no accelerator is set

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string