StateFlags

class StateFlags(val mask: <Error class: unknown class>)

Describes a widget state.

Widget states are used to match the widget against CSS pseudo-classes. Note that GTK extends the regular CSS classes and sometimes uses different names.

Constructors

Link copied to clipboard
constructor(mask: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mask: <Error class: unknown class>

Functions

Link copied to clipboard
open infix fun or(other: StateFlags): StateFlags