Files
gtk/tests
Christian Dywan fc2cbf960c Deprecate flag macros for toplevel, state, no window and composite child
Deprecate widget flag macros GTK_WIDGET_STATE, GTK_WIDGET_SAVED_STATE,
GTK_WIDGET_FLAGS, GTK_WIDGET_TOPLEVEL, GTK_WIDGET_NO_WINDOW and
GTK_WIDGET_COMPOSITE_CHILD.

Also deprecate the type macros GTK_WIDGET_TYPE, GTK_OBJECT_TYPE_NAME and
GTK_OBJECT_TYPE which have become redundant.

Instances of GTK_WIDGET_TOPLEVEL are replaced with gtk_widget_is_toplevel,
GTK_WIDGET_TYPE is replaced with G_OBJECT_TYPE, GTK_WIDGET_COMPOSITE_CHILD
is replaced with use of the "composite-child" property and uses of
GTK_WIDGET_NO_WINDOW are adjusted to use gtk_widget_get_has_window.

Uses of GTK_WIDGET_SAVED_STATE and GTK_WIDGET_FLAGS inside GtkWidget are
changed to direct flag usage.

Documentation is updated to refer to gtk_widget_set_has_window and
gtk_widget_get_has_window.

Gail and tests are updated as well.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-04-03 20:55:07 -04:00
..
1997-11-24 22:37:52 +00:00
2008-07-01 22:57:50 +00:00
1998-02-27 06:13:22 +00:00
1997-11-24 22:37:52 +00:00
2009-07-01 14:36:36 +02:00
2009-04-02 10:14:04 +02:00
1997-11-24 22:37:52 +00:00
2003-09-30 20:55:24 +00:00
1997-11-24 22:37:52 +00:00
1997-11-24 22:37:52 +00:00
2005-07-12 18:08:20 +00:00
2008-07-01 22:57:50 +00:00
2006-04-26 12:39:25 +00:00
2009-05-11 01:23:13 -04:00
2008-07-01 22:57:50 +00:00
2009-06-15 09:14:00 +08:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-11 14:17:49 +00:00