|
SANDAL2
A SDL2 Wrapper in C
|
More informations about entry. More...
#include <Element.h>
Public Attributes | |
| int | size_min |
| int | size_max |
| int | size |
| int | isSelect |
| int | isScripted |
More informations about entry.
| int Entry::isScripted |
tells whether or not the Entry is crypted (1 for yes, 0 for no)
| int Entry::isSelect |
tells whether or not the Entry is selected (1 for yes, 0 for no)
| int Entry::size |
actual size of the text of the entry
| int Entry::size_max |
maximum size of the text of the entry
| int Entry::size_min |
minimum size of the text of the entry
1.8.13