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:
committed by
Matthias Clasen
parent
ca4f063f28
commit
eabb63be3b
@ -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
|
||||
|
||||
Reference in New Issue
Block a user