]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/mdi.h
minor cleanup
[wxWidgets.git] / include / wx / os2 / mdi.h
index 556ab95a0c786d1efbe36765d5f14bbc6e88a261..a7d61b0cc3b9aac71a373554520420a22b8338b5 100644 (file)
@@ -61,7 +61,8 @@ public:
     // just return a new class)
     virtual wxMDIClientWindow *OnCreateClient(void);
 
-    WXHMENU GetWindowMenu() const { return m_windowMenu; }
+    wxMenu* GetWindowMenu() const { return m_windowMenu; }
+//    void    SetWindowMenu(wxMwnu* pMenu);
 
     // MDI operations
     // --------------
@@ -93,7 +94,7 @@ protected:
 
     wxMDIClientWindow *             m_clientWindow;
     wxMDIChildFrame *               m_currentChild;
-    WXHMENU                         m_windowMenu;
+    wxMenu*                         m_windowMenu;
 
     // TRUE if MDI Frame is intercepting commands, not child
     bool m_parentFrameActive;