Go to the source code of this file.
Data Structures | |
| struct | _NixAppConfig_01 |
| the unix application configuration More... | |
Defines | |
| #define | DEFAULT_APPCONFIG |
| the default appconfig (filled in at initialization time) | |
Typedefs | |
| typedef signed char | Int8 |
| Int8 data type to correspond to palm data type. | |
| typedef signed char | Char |
| Char data type to correspond to palm data type. | |
| typedef unsigned char | UInt8 |
| UInt8 data type to correspond to palm data type. | |
| typedef signed short | Int16 |
| Int16 data type to correspond to palm data type. | |
| typedef unsigned short | UInt16 |
| UInt16 data type to correspond to palm data type. | |
| typedef signed int | Int32 |
| Int32 data type to correspond to palm data type. | |
| typedef unsigned int | UInt32 |
| UInt32 data type to correspond to palm data type. | |
| typedef _NixAppConfig_01 | UnixAppConfig_01_t |
| the unix application configuration | |
| typedef UnixAppConfig_01_t | PlatformAppConfig |
| unix specific application configuration | |
This contains the data types for the linux gtk environment.
The name 'linux' is actually a misnomer, as it will aslo work on Solaris and under the cygwin envronment under windows.
Definition in file appconfig.h.
|
|
Value: { \
100, 100, 400, 400 \
}
Definition at line 49 of file appconfig.h. |
1.2.18