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
128 or :dir_ltr
- DIR_RTL =
Widget is in right-to-left text direction
256 or :dir_rtl
- LINK =
Widget is a link
512 or :link
- VISITED =
The location the widget points to has already been visited
1024 or :visited
- CHECKED =
Widget is checked
2048 or :checked
- DROP_ACTIVE =
Widget is highlighted as a drop target for DND
4096 or :drop_active
- FOCUS_VISIBLE =
Widget has the visible focus
8192 or :focus_visible
- FOCUS_WITHIN =
Widget contains the keyboard focus
16384 or :focus_within