Changeset 41 for cafu/trunk/CaWE/ParentFrame.hpp
- Timestamp:
- 01/12/10 22:31:22 (2 years ago)
- Files:
-
- 1 modified
-
cafu/trunk/CaWE/ParentFrame.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/ParentFrame.hpp
r36 r41 28 28 #include "wx/mdi.h" 29 29 #include "Templates/Array.hpp" 30 31 #if __linux__ 32 #define HMODULE void* 33 #endif 30 34 31 35 … … 110 114 void OnSize (wxSizeEvent& SE); 111 115 #endif 116 void OnShow (wxShowEvent& SE); ///< Event handler for "has been shown" events. 112 117 void OnClose (wxCloseEvent& CE); ///< Event handler for close events, e.g. after a system close button or command or a call to Close(). See wx Window Deletion Overview for more details. 113 118 void OnMenuFile(wxCommandEvent& CE); ///< Event handler for File menu events. 114 119 void OnMenuHelp(wxCommandEvent& CE); ///< Event handler for Help menu events. 120 121 HMODULE m_RendererDLL; 115 122 116 123 DECLARE_EVENT_TABLE()
