anonymous enum

RadioButton flags.

Enumerator:
RADIOBUTTON_AUTOGRAY 
RADIOBUTTON_AUTOHIDE  Automatically gray out when not updated.
RADIOBUTTON_NORMAL  Automatically hide when not updated.

Definition at line 35 of file FXRadioButton.h.

00035      {
00036   RADIOBUTTON_AUTOGRAY = 0x00800000,  
00037   RADIOBUTTON_AUTOHIDE = 0x01000000,  
00038   RADIOBUTTON_NORMAL   = JUSTIFY_NORMAL|ICON_BEFORE_TEXT
00039   };


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