]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtknotebook.h
[ Patch from Sebastian Wilhelmi, 52790 ]
[~andy/gtk] / gtk / gtknotebook.h
index 651db4534bc42a39ebf013f4377e77180e0732ef..cead604b3b7d2d63056f8ef6e22bb978e33c1315 100644 (file)
@@ -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 */