Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Button state bits


Enumerations

enum  {
  STATE_UP = 0,
  STATE_DOWN = 1,
  STATE_ENGAGED = 2,
  STATE_UNCHECKED = STATE_UP,
  STATE_CHECKED = STATE_ENGAGED
}
 Button state bits. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
STATE_UP  Button is up.
STATE_DOWN  Button is down.
STATE_ENGAGED  Button is engaged.
STATE_UNCHECKED  Same as STATE_UP (used for check buttons or radio buttons).
STATE_CHECKED  Same as STATE_ENGAGED (used for check buttons or radio buttons).