Method

GtkNotebookset_menu_label_text

Declaration [src]

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

Description [src]

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

Parameters

child

Type: GtkWidget

The child widget.

The data is owned by the caller of the method.
menu_text

Type: const gchar*

The label text.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.