]> Pileus Git - ~andy/gtk/commitdiff
Deprecate GTK_NO_REPARENT
authorJavier Jardón <jjardon@gnome.org>
Thu, 27 May 2010 16:04:05 +0000 (18:04 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 27 May 2010 16:04:05 +0000 (18:04 +0200)
gtk/gtkwidget.h

index f42fa252c2cb135ad02537dc4e779f8a7dc67514..97934dc6c77e2e6c6a6f9a8e3141e44005378d92 100644 (file)
@@ -114,7 +114,9 @@ typedef enum
   GTK_HAS_GRAB        = 1 << 15,
   GTK_RC_STYLE        = 1 << 16,
   GTK_COMPOSITE_CHILD  = 1 << 17,
+#ifndef GTK_DISABLE_DEPRECATED
   GTK_NO_REPARENT      = 1 << 18,
+#endif
   GTK_APP_PAINTABLE    = 1 << 19,
   GTK_RECEIVES_DEFAULT = 1 << 20,
   GTK_DOUBLE_BUFFERED  = 1 << 21,