10 #ifndef ROOT_Win32Constants
11 #define ROOT_Win32Constants
16 #define ColorOffset 10
26 #define ROOTColorIndex(ic) fWin32Mother->ColorIndex(ic)
28 #define WHITE_ROOT_COLOR ROOTColorIndex(0)
35 typedef enum {IX11_ROOT_MSG=WM_USER+10, IX11_ROOT_Input, ROOT_CMD, ROOT_SYNCH_CMD, ROOT_HOOK} ERoot_Msgs;
38 enum Canvas_Child_Window_Ids {ID_TOOLBAR = 1, ID_STATUSBAR};
40 enum ESendClassCOPs {kSendClass=1, kSendWaitClass};
42 enum ROOT_Graphics_Msg {
43 ROOT_Control, ROOT_Primitive, ROOT_Text , ROOT_Attribute,
44 ROOT_Marker , ROOT_Input , ROOT_Inquiry, ROOT_Pixmap,
116 enum L_ROOT_Attribute
197 static int Win32DrawMode[] = {R2_COPYPEN, R2_XORPEN, R2_NOT};
199 enum EListOfIcons {kMainROOTIcon, kCanvasIcon, kBrowserIcon, kClosedFolderIcon, kOpenedFolderIcon, kDocumentIcon, kTotalNumOfICons };
201 #define GetWin32ApplicationImp() ((TWin32Application *)( gROOT->GetApplication()->GetApplicationImp()))