gtk/docs
Christian Dywan bb1824c131 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-01-04 07:57:05 +01:00
..
faq Substitute gtk_widget_ref/unref with g_object_ref/unref 2009-10-14 03:30:57 +02:00
reference Deprecate flag macros for toplevel, state, no window and composite child 2010-01-04 07:57:05 +01:00
tools Fix up linker flags 2009-12-19 18:37:39 +01:00
tutorial Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
defsformat.txt
developers.txt Substitute gtk_widget_ref/unref with g_object_ref/unref 2009-10-14 03:30:57 +02:00
dnd_internals.txt Use g_object_ref/unref instead deprecated gdk_*_ref/unref functions 2009-10-14 03:13:52 +02:00
focus_tracking.txt
generation.txt
gtk-config.txt
gtkdocs_fix
iconcache.txt
make-todo
Makefile.am Add git.mk to generate .gitignore files 2009-05-04 14:29:21 -04:00
refcounting.txt Substitute gtk_widget_ref/unref with g_object_ref/unref 2009-10-14 03:30:57 +02:00
RELEASE-HOWTO Update release instructions for git 2009-04-09 19:38:55 -04:00
sizing-test.txt
styles.txt
text_widget_internals.txt
text_widget.txt
tree-column-sizing.png
tree-column-sizing.txt
widget_geometry.txt
widget_system.txt Use g_object_ref/unref instead deprecated gdk_*_ref/unref functions 2009-10-14 03:13:52 +02:00