]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
Replace wxPrintout::SetIsPreview() with SetPreview().
[wxWidgets.git] / include / wx / msw / menu.h
index 852bb646a60dc7c57502331883e44865cf986e14..f19beacbf76ea631772bf0a4eb7c2be684bf26f9 100644 (file)
@@ -67,10 +67,7 @@ public:
 
     bool MSWCommand(WXUINT param, WXWORD id);
 
-    // semi-private accessors
-        // get the window which contains this menu
-    wxWindow *GetWindow() const;
-        // get the menu handle
+    // get the native menu handle
     WXHMENU GetHMenu() const { return m_hMenu; }
 
 #if wxUSE_ACCEL