Method

Gtk.MenuButton.set_label

Declaration [src]

void
gtk_menu_button_set_label (
  GtkMenuButton* menu_button,
  const char* label
)

Description [src]

Sets the label to show inside the menu button.

Sets propertyGtk.MenuButton:label

Parameters

label const char*
 

the label

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