Signal
GtkNotebook::switch-page
Declaration
void
switch_page (
  GtkNotebook* self,
  GtkWidget* page,
  guint page_num,
  gpointer user_data
)
Description [src]
Emitted when the user or a function changes the current page.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- page
- 
            Type: GtkWidgetThe new current page. The data is owned by the caller of the function. 
- page_num
- 
            Type: guintThe index of the page.