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 | GtkWidget | 
| The new current page. | |
| The data is owned by the caller of the function. | |
| page_num | guint | 
| The index of the page. |