Method
GtkNotebookget_menu_label_text
Declaration [src]
const char*
gtk_notebook_get_menu_label_text (
GtkNotebook* notebook,
GtkWidget* child
)
Parameters
child |
GtkWidget |
The child widget of a page of the notebook. |
|
The data is owned by the caller of the function. |
Return value
Returns: | const char* |
The text of the tab label, or |
|
The data is owned by the instance. | |
The return value can be NULL . | |
The value is a NUL terminated UTF-8 string. |