[gtk+] Remove GTK_NO_REPARENT deprecated widget flag
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove GTK_NO_REPARENT deprecated widget flag
- Date: Thu, 27 May 2010 17:21:54 +0000 (UTC)
commit 818d444e2fa772af8e483bd151522d019514030d
Author: Javier Jardón <jjardon gnome org>
Date: Thu May 27 18:05:02 2010 +0200
Remove GTK_NO_REPARENT deprecated widget flag
gtk/gtkwidget.h | 14 +++++---------
1 files changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 97934dc..786d45e 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -81,7 +81,6 @@ G_BEGIN_DECLS
* defined through the rc mechanism.
* @GTK_COMPOSITE_CHILD: Indicates that the widget is a composite child of its parent; see
* gtk_widget_push_composite_child(), gtk_widget_pop_composite_child().
- * @GTK_NO_REPARENT: Unused since before GTK+ 1.2, will be removed in a future version.
* @GTK_APP_PAINTABLE: Set and unset by gtk_widget_set_app_paintable().
* Must be set on widgets whose window the application directly draws on,
* in order to keep GTK+ from overwriting the drawn stuff. See
@@ -114,14 +113,11 @@ 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,
- GTK_NO_SHOW_ALL = 1 << 22,
- GTK_MULTIDEVICE = 1 << 23
+ GTK_APP_PAINTABLE = 1 << 18,
+ GTK_RECEIVES_DEFAULT = 1 << 29,
+ GTK_DOUBLE_BUFFERED = 1 << 20,
+ GTK_NO_SHOW_ALL = 1 << 21,
+ GTK_MULTIDEVICE = 1 << 22
} GtkWidgetFlags;
/* Kinds of widget-specific help */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]