Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

nix-common/appconfig.h File Reference

the linux application configuration for state More...

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


Detailed Description

the linux application configuration for state

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.


Define Documentation

#define DEFAULT_APPCONFIG
 

Value:

{ \
    100, 100, 400, 400 \
}
the default appconfig (filled in at initialization time)

Definition at line 49 of file appconfig.h.


Generated on Mon Aug 30 19:44:17 2004 for pocketcity by doxygen1.2.18