/////////////////////////////////////////////////////////////////////////////
-// Name: radiobox.h
+// Name: wx/os2/radiobox.h
// Purpose: wxRadioBox class
// Author: David Webster
// Modified by:
,const wxString& rsName = wxRadioBoxNameStr
);
- void Command(wxCommandEvent& rEvent);
- bool ContainsHWND(WXHWND hWnd) const;
- virtual bool Enable(bool bEnable = true);
- virtual bool Enable(int nItem, bool bEnable = true);
- int FindString(const wxString& sStr) const;
+ void Command(wxCommandEvent& rEvent);
+ bool ContainsHWND(WXHWND hWnd) const;
+ virtual bool Enable(bool bEnable = true);
+ virtual bool Enable(int nItem, bool bEnable = true);
virtual WXHBRUSH OnCtlColor( WXHDC hDC
,WXHWND hWnd
,WXWORD wId
);
void SendNotificationEvent(void);
- virtual void Show( int nItem
- ,bool bShow = true
- ) ;
- bool Show(bool bShow);
+ virtual bool Show(int nItem, bool bShow = true);
+ virtual bool Show(bool bShow = true);
MRESULT WindowProc( WXUINT uMsg
,WXWPARAM wParam
,WXLPARAM lParam