DebugFlags
Description:
[ CCode ( cprefix = "GTK_DEBUG_" , type_id = "gtk_debug_flags_get_type ()" ) ]
[ Flags ]
public enum DebugFlags
Flags to use with set_debug_flags.
Settings these flags causes GTK to print out different types of debugging information. Some of these flags are only available when GTK has been
configured with `-Ddebug=true`.
Content:
Enum values:
- A11Y - Information about accessibility state
changes
- ACTIONS - Information about actions and menu
models
- BUILDER - Trace GtkBuilder operation
- BUILDER_OBJECTS - Log unused
GtkBuilder objects
- CONSTRAINTS - Information from the
constraints solver
- GEOMETRY - Information about size
allocation
- ICONFALLBACK - Information about icon
fallback.
- ICONTHEME - Information about icon themes
- INTERACTIVE - Open the GTK inspector
- INVERT_TEXT_DIR - Inverts the
default text-direction.
- KEYBINDINGS - Information about keyboard
shortcuts
- LAYOUT - Information from layout managers
- MODULES - Information about modules and
extensions
- NO_CSS_CACHE - Disable the style
property cache
- PRINTING - Information about printing
- SIZE_REQUEST - Information about size
requests
- SNAPSHOT - Include debug render nodes in
the generated snapshots
- TEXT - Information about GtkTextView
- TREE - Information about GtkTreeView