diff options
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r-- | gtk/gtknotebook.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index cead604b3b..447b9b1e08 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -224,6 +224,7 @@ void gtk_notebook_reorder_child (GtkNotebook *notebook, #ifndef GTK_DISABLE_DEPRECATED #define gtk_notebook_current_page gtk_notebook_get_current_page +#define gtk_notebook_set_page gtk_notebook_set_current_page #endif /* GTK_DISABLE_DEPRECATED */ #ifdef __cplusplus |