]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/taskbarosx.h
tentative fix for BestSize problems (non-native toolbar)
[wxWidgets.git] / include / wx / mac / carbon / taskbarosx.h
index 242e8781e235dcaf25ff19488504525ba999f4cc..362d87260b932a14cb054d159ce10fa40cda66e7 100644 (file)
@@ -55,7 +55,9 @@ protected:
     wxMenu* m_pMenu;
     WXHMENU m_theLastMenu;
     bool m_iconAdded;
-            
+    
+    void OnRightDown(wxTaskBarIconEvent& evt);
+    
     DECLARE_DYNAMIC_CLASS(wxTaskBarIcon)
 };
 #endif