Package ch.bailu.gtk.gtk
Interface StyleContextPrintFlags
public interface StyleContextPrintFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault value.static final intPrint the entire tree of
CSS nodes starting at the style context's nodestatic final intShow information about
what changes affect the stylesstatic final intShow the values of the
CSS properties for each node
-
Field Details
-
NONE
static final int NONEDefault value.- See Also:
-
RECURSE
static final int RECURSEPrint the entire tree of
CSS nodes starting at the style context's node- See Also:
-
SHOW_STYLE
static final int SHOW_STYLEShow the values of the
CSS properties for each node- See Also:
-
SHOW_CHANGE
static final int SHOW_CHANGEShow information about
what changes affect the styles- See Also:
-