Add a new debug flag, geometry, to debug size allocation.

2004-10-08  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkdebug.h:
	* gtk/gtkwidget.c (gtk_widget_size_allocate): Add a new debug
	flag, geometry, to debug size allocation.
This commit is contained in:
Matthias Clasen
2004-10-08 15:26:02 +00:00
committed by Matthias Clasen
parent ca4f063f28
commit eabb63be3b
8 changed files with 47 additions and 4 deletions

View File

@ -39,7 +39,8 @@ typedef enum {
GTK_DEBUG_UPDATES = 1 << 4,
GTK_DEBUG_KEYBINDINGS = 1 << 5,
GTK_DEBUG_MULTIHEAD = 1 << 6,
GTK_DEBUG_MODULES = 1 << 7
GTK_DEBUG_MODULES = 1 << 7,
GTK_DEBUG_GEOMETRY = 1 << 8
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG