]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
allow specifying the style for wxHtmlHelpController used as fallback by wxBestHelpCon...
[wxWidgets.git] / include / wx / msw / radiobox.h
index c02598fa6ca3e5ca393f9c8e3cbd62c4ac35c0ff..f3cd4d83317fc9211a83f6914b54ff306921b33a 100644 (file)
@@ -99,6 +99,9 @@ public:
     virtual void SetFocus();
     virtual bool SetFont(const wxFont& font);
     virtual bool ContainsHWND(WXHWND hWnd) const;
+#if wxUSE_TOOLTIPS
+    virtual bool HasToolTips() const;
+#endif // wxUSE_TOOLTIPS
 
     // we inherit a version always returning false from wxStaticBox, override
     // it to behave normally
@@ -137,6 +140,10 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
+#if wxUSE_TOOLTIPS
+    virtual void DoSetItemToolTip(unsigned int n, wxToolTip * tooltip);
+#endif
+
 #ifndef __WXWINCE__
     virtual WXHRGN MSWGetRegionWithoutChildren();
 #endif // __WXWINCE__