]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Further wxRTC doc updates
[wxWidgets.git] / include / wx / msw / radiobox.h
index f3cd4d83317fc9211a83f6914b54ff306921b33a..a301eba1720940639ba823d27b93109f5ecdbb1b 100644 (file)
@@ -123,9 +123,6 @@ protected:
     // common part of all ctors
     void Init();
 
-    // we can't compute our best size before the items are added to the control
-    virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
-
     // subclass one radio button
     void SubclassRadioButton(WXHWND hWndBtn);
 
@@ -144,6 +141,16 @@ protected:
     virtual void DoSetItemToolTip(unsigned int n, wxToolTip * tooltip);
 #endif
 
+    virtual int GetItemFromPoint(const wxPoint& pt) const;
+
+#if wxUSE_HELP
+    // override virtual function with a platform-independent implementation
+    virtual wxString GetHelpTextAtPoint(const wxPoint & pt, wxHelpEvent::Origin origin) const
+    {
+        return wxRadioBoxBase::DoGetHelpTextAtPoint( this, pt, origin );
+    }
+#endif // wxUSE_HELP
+
 #ifndef __WXWINCE__
     virtual WXHRGN MSWGetRegionWithoutChildren();
 #endif // __WXWINCE__