]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/radiobox.h
Made wxBORDER_THEME the same as wxBORDER_DEFAULT
[wxWidgets.git] / include / wx / palmos / radiobox.h
index fc8d8721d9d30416710ff73910715e3fbf15df78..4b34521de588b00b1d150937fb971baee8d2ead0 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef _WX_RADIOBOX_H_
 #define _WX_RADIOBOX_H_
 
-class WXDLLEXPORT wxBitmap;
-class WXDLLEXPORT wxRadioButton;
+class WXDLLIMPEXP_FWD_CORE wxBitmap;
+class WXDLLIMPEXP_FWD_CORE wxRadioButton;
 
 // ----------------------------------------------------------------------------
 // wxRadioBox
@@ -139,9 +139,6 @@ public:
     void SendNotificationEvent();
 
 protected:
-    // we can't compute our best size before the items are added to the control
-    virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
-
     // get the max size of radio buttons
     wxSize GetMaxButtonSize() const;