StyleContextPrintFlags

public struct StyleContextPrintFlags : OptionSet

Flags that modify the behavior of gtk_style_context_to_string().

New values may be added to this enumeration.

  • The corresponding value of the raw type

    Declaration

    Swift

    public var rawValue: UInt32
  • The equivalent raw Int value

    Declaration

    Swift

    @inlinable
    public var intValue: Int { get set }
  • int

    The equivalent raw gint value

    Declaration

    Swift

    @inlinable
    public var int: gint { get set }
  • The equivalent underlying GtkStyleContextPrintFlags enum value

    Declaration

    Swift

    @inlinable
    public var value: GtkStyleContextPrintFlags { get set }
  • Creates a new instance with the specified raw value

    Declaration

    Swift

    @inlinable
    public init(rawValue: UInt32)
  • Creates a new instance with the specified GtkStyleContextPrintFlags enum value

    Declaration

    Swift

    @inlinable
    public init(_ enumValue: GtkStyleContextPrintFlags)
  • Creates a new instance with the specified Int value

    Declaration

    Swift

    @inlinable
    public init<I>(_ intValue: I) where I : BinaryInteger
  • Default value.

    Declaration

    Swift

    public static let none: StyleContextPrintFlags
  • Print the entire tree of CSS nodes starting at the style context’s node

    Declaration

    Swift

    public static let recurse: StyleContextPrintFlags
  • Show the values of the CSS properties for each node

    Declaration

    Swift

    public static let showStyle: StyleContextPrintFlags
  • Show information about what changes affect the styles

    Declaration

    Swift

    public static let showChange: StyleContextPrintFlags