Add wxFloatingPointValidator::SetFactor()
This allows displaying values in percents (or also currency units and subunits, for example) without changing the actually stored value.
This commit is contained in:
@@ -76,7 +76,9 @@ public:
|
||||
|
||||
// variables handled by wxNumericTextValidator
|
||||
int m_intValue;
|
||||
unsigned short m_smallIntValue;
|
||||
double m_doubleValue;
|
||||
float m_percentValue;
|
||||
|
||||
bool m_checkbox_state;
|
||||
int m_radiobox_choice;
|
||||
|
Reference in New Issue
Block a user