anonymous enum

Button state bits.

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

Definition at line 35 of file FXButton.h.

00035      {
00036   STATE_UP        = 0,        
00037   STATE_DOWN      = 1,        
00038   STATE_ENGAGED   = 2,        
00039   STATE_UNCHECKED = STATE_UP,     
00040   STATE_CHECKED   = STATE_ENGAGED 
00041   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:42 2009 for TnFOX by doxygen v1.4.7