]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/radiobox.h
make the new GetItemCount() const
[wxWidgets.git] / include / wx / os2 / radiobox.h
index eb790894cecc174ee93baa4f47ae54f59bef0441..bb01435cdb5936b66298674b835d1bfe856f01e2 100644 (file)
@@ -13,9 +13,9 @@
 #define _WX_RADIOBOX_H_
 
 // List box item
-class WXDLLEXPORT wxBitmap ;
+class WXDLLIMPEXP_FWD_CORE wxBitmap ;
 
-class WXDLLEXPORT wxRadioBox: public wxControl, public wxRadioBoxBase
+class WXDLLIMPEXP_CORE wxRadioBox: public wxControl, public wxRadioBoxBase
 {
 public:
     wxRadioBox();
@@ -165,6 +165,7 @@ public:
     wxString GetLabel(int nItem) const;
 
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual wxSize DoGetBestSize(void) const;
     virtual void   DoSetSize( int nX
                              ,int nY