Method
GtkNotebookget_page
Declaration [src]
GtkNotebookPage*
gtk_notebook_get_page (
  GtkNotebook* notebook,
  GtkWidget* child
)
Parameters
- child
- 
            Type: GtkWidgetA child of notebook.The data is owned by the caller of the method. 
Return value
Type: GtkNotebookPage
The GtkNotebookPage for child.
| The data is owned by the instance. |