Method

Gtk.Notebook.set_menu_label_text

Declaration [src]

void
gtk_notebook_set_menu_label_text (
  GtkNotebook* notebook,
  GtkWidget* child,
  const char* menu_text
)

Description [src]

Creates a new label and sets it as the menu label of child.

Parameters

child GtkWidget
 

the child widget

 Ownership is not transferred to the callee
menu_text const char*
 

the label text

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