#include <iostream>
Go to the source code of this file.
Defines | |
| #define | DEBUG_EFM 0 |
| #define | wxLINUX 1 |
Typedefs | |
| typedef char | Char |
| typedef int | Int |
| typedef float | Float |
| typedef double | Double |
| typedef bool | Bool |
Variables | |
| const Int | iVGAP = 10 |
| const Int | iHGAP = 10 |
| const Int | iBORDER_SPACE = 5 |
| const Int | iBUTTON_BORDER_SPACE = 2*iBORDER_SPACE |
| const Int | iENTRY_MAX_LENGTH = 255 |
| const Int | iTEXT_ENTRY_MAX_LENGTH = iENTRY_MAX_LENGTH*4 |
| const Int | YEAR = 0 |
| const Int | MONTH = 1 |
| const Int | DAY = 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2