Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

Definitions.h

Go to the documentation of this file.
00001 //#define TESTING
00002 #define GUI_STYLE wxDEFAULT_FRAME_STYLE
00003 
00004 #ifdef _WIN32
00005     #define PARENT_FRAME wxMDIParentFrame
00006     #define CHILD_FRAME wxMDIChildFrame
00007 #else
00008     #define PARENT_FRAME wxFrame
00009     #define CHILD_FRAME wxFrame
00010 #endif
00011 
00012 #define USE_FONT wxFont FONT(10, wxSWISS, wxNORMAL, wxNORMAL)
00013 #define FONT_BOLD wxFont FONT(9, wxSWISS, wxNORMAL, wxBOLD)
00014 #define FONT_ITALIC wxFont FONT(10, wxSWISS, wxITALIC, wxNORMAL)
00015 
00016 // Definizioni di wxTextAttr piu' adatti dei semplici font a definire le
00017 // caratteristiche della finestra.
00018 #define STYLE_RED wxTextAttr(*wxRED)
00019 #define STYLE_BLUE wxTextAttr(*wxBLUE)
00020 #define STYLE_GREEN wxTextAttr(*wxGREEN)
00021 #define STYLE_ITALIC wxTextAttr(*wxBLACK , wxNullColour, wxFont(10, wxSWISS, wxNORMAL, wxNORMAL))
00022 #define STYLE_DEFAULT wxTextAttr(*wxBLACK , wxNullColour, wxFont(10, wxSWISS, wxNORMAL, wxNORMAL))

Generated on Thu Dec 2 16:51:42 2004 for Quirck by  doxygen 1.3.9.1