void bind_value(int *value)
Binds an int to this textbox.
Definition: control_textbox_int.hpp:36
virtual void revert_value() override
Reverts the contents of the char vector to the value of the member variable.
Definition: control_textbox_int.cpp:81
Definition: control_textbox.hpp:26
virtual bool parse_value(bool call_on_change=true) override
Transfers the string into the binded variable, if any.
Definition: control_textbox_int.cpp:38
bool(* m_validate_int)(ControlTextboxInt *, int)
Optional, a function to validate the integer.
Definition: control_textbox_int.hpp:54
Definition: control_textbox_int.hpp:22