Notebook.getTabLabelText

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

class Notebook
string
getTabLabelText

Parameters

child gtk.widget.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 gtk.label.Label. The string is owned by the widget and must not be freed.