Method

Gtk.Notebook.set_tab_label_text

Declaration [src]

void
gtk_notebook_set_tab_label_text (
  GtkNotebook* notebook,
  GtkWidget* child,
  const char* tab_text
)

Description [src]

Creates a new label and sets it as the tab label for the page containing child.

Parameters

child GtkWidget
 

the page

 Ownership is not transferred to the callee
tab_text const char*
 

the label text

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