Notebook.getTabLabelText

Retrieves the text of the tab label for the page containing @child.

class Notebook
string
getTabLabelText

Parameters

child Widget

a widget contained in a page of @notebook

Return Value

Type: string

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.

Meta