Method
GtkNotebookget_tab_label_text
[−]
Declaration [src]
const gchar*
gtk_notebook_get_tab_label_text (
GtkNotebook* notebook,
GtkWidget* child
)
[−]
Parameters
child
-
Type:
GtkWidget
A widget contained in a page of
notebook
.The data is owned by the caller of the method.
[−]
Return value
Type: const gchar*
The text of the tab label, or NULL
if the tab label
widget is not a GtkLabel
. The string is owned by the widget and must not be freed.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |