]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/mdi.h
Renamed internal GetClientWindow to GetClientAreaWindow so
[wxWidgets.git] / include / wx / msw / mdi.h
index b65c21f750da78f46f78a84187368bcf995cedd7..d70470724b367696983e4f5415fb12124f2ca789 100644 (file)
@@ -66,7 +66,7 @@ public:
     // just return a new class)
     virtual wxMDIClientWindow *OnCreateClient(void);
 
-//    WXHMENU GetWindowHMENU() const { return m_windowMenu; }
+    // MDI windows menu
     wxMenu* GetWindowMenu() const { return m_windowMenu; };
     void SetWindowMenu(wxMenu* menu) ;