Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

SETUP.H

Go to the documentation of this file.
00001 //: setup.h
00008 #ifndef xpssetup_h
00009 #define xpssetup_h
00010 
00011 
00020 #define xpUSE_SHORTCUT_MODE 1
00021 
00022 
00024 #define     EPS_E 1.e-2 
00025 
00027 #define     REGION_TO_CALCULATE_BACKGROUND  1
00028 
00031 #define     EDECIMALS 2
00032 #define     EWIDTH 8
00033 
00035 #define MAXCOUNT    0x7FFFFFFF
00036 #define MINCOUNT    0x0
00037 
00038 // set this to use XPMs everywhere (by default, BMPs are used under Win)
00039 // BMPs use less space, but aren't compiled into the executable on other platforms
00040 
00041 #define USE_XPM_BITMAPS 1
00042 
00043 #if USE_XPM_BITMAPS && defined(__WXMSW__) && !wxUSE_XPM_IN_MSW
00044 //    #error You need to enable XPM support to use XPM bitmaps with toolbar!
00045 #endif // USE_XPM_BITMAPS
00046 
00047 #endif //xpssetup_h

Generated on Tue Dec 23 10:24:08 2003 for xps4xps by doxygen 1.3.5