Package ch.bailu.gtk.gtk
Interface DebugFlags
public interface DebugFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Information about accessibility state changesstatic final int
Information about actions and menu modelsstatic final int
Trace GtkBuilder operationstatic final int
Log unused GtkBuilder objectsstatic final int
Information from the constraints solverstatic final int
Information about size allocationstatic final int
Information about icon fallback.static final int
Information about icon themesstatic final int
Open the GTK inspectorstatic final int
static final int
Information about keyboard shortcutsstatic final int
Information from layout managersstatic final int
Information about modules and extensionsstatic final int
Disable the style property cachestatic final int
Information about printingstatic final int
Information about size requestsstatic final int
Include debug render nodes in the generated snapshotsstatic final int
Information about GtkTextViewstatic final int
Pretend the pointer is a touchscreenstatic final int
Information about GtkTreeView
-
Field Details
-
TEXT
static final int TEXTInformation about GtkTextView- See Also:
-
TREE
static final int TREEInformation about GtkTreeView- See Also:
-
KEYBINDINGS
static final int KEYBINDINGSInformation about keyboard shortcuts- See Also:
-
MODULES
static final int MODULESInformation about modules and extensions- See Also:
-
GEOMETRY
static final int GEOMETRYInformation about size allocation- See Also:
-
ICONTHEME
static final int ICONTHEMEInformation about icon themes- See Also:
-
PRINTING
static final int PRINTINGInformation about printing- See Also:
-
BUILDER
static final int BUILDERTrace GtkBuilder operation- See Also:
-
SIZE_REQUEST
static final int SIZE_REQUESTInformation about size requests- See Also:
-
NO_CSS_CACHE
static final int NO_CSS_CACHEDisable the style property cache- See Also:
-
INTERACTIVE
static final int INTERACTIVEOpen the GTK inspector- See Also:
-
TOUCHSCREEN
static final int TOUCHSCREENPretend the pointer is a touchscreen- See Also:
-
ACTIONS
static final int ACTIONSInformation about actions and menu models- See Also:
-
LAYOUT
static final int LAYOUTInformation from layout managers- See Also:
-
SNAPSHOT
static final int SNAPSHOTInclude debug render nodes in the generated snapshots- See Also:
-
CONSTRAINTS
static final int CONSTRAINTSInformation from the constraints solver- See Also:
-
BUILDER_OBJECTS
static final int BUILDER_OBJECTSLog unused GtkBuilder objects- See Also:
-
A11Y
static final int A11YInformation about accessibility state changes- See Also:
-
ICONFALLBACK
static final int ICONFALLBACKInformation about icon fallback. Since: 4.2- See Also:
-
INVERT_TEXT_DIR
static final int INVERT_TEXT_DIR- See Also:
-