]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/radiobox.h
Catching dclick event from a spinbutton or spin control
[wxWidgets.git] / include / wx / os2 / radiobox.h
index 2e0f9af62f6ec1013e04b0e15ea214934ac1ab4c..8b1e97a9c0beffb3b25a433ee675eaa5a1526031 100644 (file)
@@ -70,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
                            );
@@ -87,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);