summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index 651db4534b..cead604b3b 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -222,6 +222,10 @@ void gtk_notebook_reorder_child (GtkNotebook *notebook,
GtkWidget *child,
gint position);
+#ifndef GTK_DISABLE_DEPRECATED
+#define gtk_notebook_current_page gtk_notebook_get_current_page
+#endif /* GTK_DISABLE_DEPRECATED */
+
#ifdef __cplusplus
}
#endif /* __cplusplus */