| 
    Photon microGUI widgets library 0.6.0
    
   | 
 
Contains flags for Numeric resources. More...
#include <Numeric.h>
  
Public Types | |
| enum | eNumericFlags {  AutoHighlight , EnableUpDown , Hexadecimal , UseSeparators , Wrap }  | 
| Numeric flags for Numeric resource Numeric::Arguments::cbox_flags.  More... | |
Contains flags for Numeric resources.
Numeric flags for Numeric resource Numeric::Arguments::cbox_flags.
The default setting of Numeric::Arguments::numeric_flags resource is 0; that is, no flags have been set.
PhWidgets::Numeric::Flags::eNumericFlags
| Enumerator | |
|---|---|
| AutoHighlight | Autohighlight text when selected.  | 
| EnableUpDown | Display the up/down buttons.  | 
| Hexadecimal | Display the value as a hexadecimal number (applies only to NumericInteger).  | 
| UseSeparators | Insert comma separators in values (e.g. 1,000).  | 
| Wrap | Wrap numbers from minimum to maximum and from maximum to minimum.  |