X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a50d19cae533583d61070a3ae939b928b84dd76..307b0b97ee4c88f7fab8b48e463da54b72b41367:/include/wx/os2/radiobox.h diff --git a/include/wx/os2/radiobox.h b/include/wx/os2/radiobox.h index d6fe35c359..8b1e97a9c0 100644 --- a/include/wx/os2/radiobox.h +++ b/include/wx/os2/radiobox.h @@ -12,8 +12,6 @@ #ifndef _WX_RADIOBOX_H_ #define _WX_RADIOBOX_H_ -WXDLLEXPORT_DATA(extern const char*) wxRadioBoxNameStr; - // List box item class WXDLLEXPORT wxBitmap ; @@ -72,7 +70,7 @@ public: void Command(wxCommandEvent& rEvent); bool ContainsHWND(WXHWND hWnd) const; - bool Enable(bool bEnable); + virtual bool Enable(bool bEnable = TRUE); void Enable( int nItem ,bool bEnable ); @@ -89,7 +87,7 @@ public: ,WXWORD wId ); void SendNotificationEvent(void); - void Show( int nItem + virtual void Show( int nItem ,bool bShow = TRUE ) ; bool Show(bool bShow);