Photon microGUI widgets library 0.6.0
PhWidgets::Numeric::ThisFlags Struct Reference

Contains flags for Numeric resources. More...

#include <Numeric.h>

Inheritance diagram for PhWidgets::Numeric::ThisFlags:
PhWidgets::Numeric::Flags

Public Types

enum  eNumericFlags {
  AutoHighlight , EnableUpDown , Hexadecimal , UseSeparators ,
  Wrap
}
 Numeric flags for Numeric resource Numeric::Arguments::cbox_flags. More...
 

Detailed Description

Contains flags for Numeric resources.

Member Enumeration Documentation

◆ eNumericFlags

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.

Aliases

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.


The documentation for this struct was generated from the following file: