]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/combobox.h
A few tweaks and cleanups
[wxWidgets.git] / include / wx / mac / combobox.h
index 07054af74e7bbd327c86a1bb7e00823299003930..c8d91061cf685388a79a72b247d2abb3d736a552 100644 (file)
@@ -78,6 +78,10 @@ class WXDLLEXPORT wxComboBox: public wxChoice
   virtual void Remove(long from, long to);
   virtual void SetSelection(long from, long to);
   virtual void SetEditable(bool editable);
+       void            MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ;
+protected:
+  int m_noStrings;
+  WXHMENU      m_macPopUpMenuHandle ;
 };
 
 #endif