]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/menu.h
Only declare wxDialog::SetWindowStyleFlag() when wxUSE_DIALOG_SIZEGRIP.
[wxWidgets.git] / include / wx / osx / menu.h
index 55796749a14c4e87b59a78c56c5cd9aa3aebfc5e..b3d742defd86ba75511f333070f9460d11ed117d 100644 (file)
@@ -83,6 +83,10 @@ private:
     // terminate the current radio group, if any
     void EndRadioGroup();
 
+    // Common part of HandleMenu{Opened,Closed}().
+    void DoHandleMenuOpenedOrClosed(wxEventType evtType);
+
+
     // if TRUE, insert a breal before appending the next item
     bool m_doBreak;