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

States the menu command can be in


Enumerations

enum  {
  MENUSTATE_NORMAL = 0,
  MENUSTATE_CHECKED = 1,
  MENUSTATE_RCHECKED = 2
}
 States the menu command can be in. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
MENUSTATE_NORMAL  Normal, unchecked state.
MENUSTATE_CHECKED  Checked with a checkmark.
MENUSTATE_RCHECKED  Checked with a bullet.