]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/combobox.h
added MSLU reference to wxUSE_UNICODE
[wxWidgets.git] / include / wx / univ / combobox.h
index afccb74711596ff55e8d14c137a155692e192c8c..532073b4601eb32851f64e2672e648f2c09d6bfb 100644 (file)
@@ -160,6 +160,10 @@ public:
     virtual bool Enable(bool enable = TRUE);
     virtual bool Show(bool show = TRUE);
 
+#if wxUSE_TOOLTIPS
+    virtual void DoSetToolTip( wxToolTip *tip );
+#endif // wxUSE_TOOLTIPS
+
 protected:
     // override the base class virtuals involved into geometry calculations
     virtual wxSize DoGetBestClientSize() const;