SANDAL2
A SDL2 Wrapper in C
Public Attributes | List of all members
Entry Struct Reference

More informations about entry. More...

#include <Element.h>

Public Attributes

int size_min
 
int size_max
 
int size
 
int isSelect
 
int isScripted
 

Detailed Description

More informations about entry.

Member Data Documentation

◆ isScripted

int Entry::isScripted

tells whether or not the Entry is crypted (1 for yes, 0 for no)

◆ isSelect

int Entry::isSelect

tells whether or not the Entry is selected (1 for yes, 0 for no)

◆ size

int Entry::size

actual size of the text of the entry

◆ size_max

int Entry::size_max

maximum size of the text of the entry

◆ size_min

int Entry::size_min

minimum size of the text of the entry


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