#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
style, val, name);
}
- ~wxRadioBox();
+ virtual ~wxRadioBox();
bool Create(wxWindow *parent,
wxWindowID id,
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;