Gjsify LogoGjsify Logo

This type indicates the current state of a widget; the state determines how the widget is drawn. The #GtkStateType enumeration is also used to identify different colors in a #GtkStyle for drawing, so states can be used for subparts of a widget as well as entire widgets.

Index

Enumeration Members

ACTIVE: number

State of a currently active widget, such as a depressed button.

FOCUSED: number

The widget has the keyboard focus.

INCONSISTENT: number

The widget is inconsistent, such as checkbuttons or radiobuttons that aren’t either set to %TRUE nor %FALSE, or buttons requiring the user attention.

INSENSITIVE: number

State indicating that the widget is unresponsive to user actions.

NORMAL: number

State during normal operation.

PRELIGHT: number

State indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks.

SELECTED: number

State of a selected item, such the selected row in a list.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method