Module: Gtk::StateFlags

Defined in:
(unknown)

Constant Summary collapse

NORMAL =

State during normal operation.

0 or :normal
ACTIVE =

Widget is active.

1 or :active
PRELIGHT =

Widget has a mouse pointer over it.

2 or :prelight
SELECTED =

Widget is selected.

4 or :selected
INSENSITIVE =

Widget is insensitive.

8 or :insensitive
INCONSISTENT =

Widget is inconsistent.

16 or :inconsistent
FOCUSED =

Widget has the keyboard focus.

32 or :focused
BACKDROP =

Widget is in a background toplevel window.

64 or :backdrop
DIR_LTR =

Widget is in left-to-right text direction. Since 3.8

128 or :dir_ltr
DIR_RTL =

Widget is in right-to-left text direction. Since 3.8

256 or :dir_rtl
512 or :link
VISITED =

The location the widget points to has already been visited. Since 3.12

1024 or :visited
CHECKED =

Widget is checked. Since 3.14

2048 or :checked
DROP_ACTIVE =

Widget is highlighted as a drop target for DND. Since 3.20

4096 or :drop_active