1 #ifndef MSP_GLTK_STATE_H_
2 #define MSP_GLTK_STATE_H_
5 #include <msp/datafile/value.h>
12 NORMAL, //< Default state
13 HOVER, //< Pointer over the widget
14 ACTIVE, //< Widget is active (e.g. pressed button)
15 DISABLED, //< Widget is unresponsive
16 N_STATES_ //< Sentry value
19 extern std::istream &operator>>(std::istream &, State &);