00001 #ifndef __WINDOWPROC_H__ 00002 #define __WINDOWPROC_H__ 00003 /*============================================================================= 00004 Module : windowproc.h 00005 Purpose : Define the main window procedures. 00006 Author : Doug Ehlenberger, CNIC Mt. Sinai School of Medicine 00007 00008 ==============================================================================*/ 00009 #include "viasgui.h" 00010 00011 00012 #define vDEFAULT_MAIN_WINDOW_WIDTH 600 00013 #define vDEFAULT_MAIN_WINDOW_HEIGHT 600 00014 00015 00016 WNDPROC GetMainWndProc( vVOID ); 00017 00018 WNDPROC GetWorkspaceWndProc( vVOID ); 00019 00020 00021 /* If 'useFullPath' is true then 'fullPath' is used instead of 00022 a dialog box being opened. */ 00023 00024 vVOID _HandleOpenWorkspace( vSTRING fullPath, vBOOL useFullPath ); 00025 00026 00027 #endif /* __WINDOWPROC_H__ */ 00028
1.5.8