Enum State

widget state bit flags

The enum base type is uint .

Enum members

Name Description
Activated widget is activated
Checkable widget can be checked
Checked widget is checked
Default widget is default control for form (should be focused when window gains focus first time)
Enabled widget can process mouse and key events
Focused widget has focus
Hovered mouse pointer is over this widget
KeyboardFocused widget has been focused by keyboard navigation
Normal state not specified / normal
Parent return state of parent instead of widget's state when requested
Pressed pressed (e.g. clicked by mouse)
Selected widget is selected
WindowFocused window is focused

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0