added missing default param value for Enable()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0d7b3f0a80
commit
2f3eee099f
@ -55,7 +55,7 @@ public:
|
|||||||
|
|
||||||
void OnEraseBackground(wxEraseEvent& event);
|
void OnEraseBackground(wxEraseEvent& event);
|
||||||
|
|
||||||
virtual bool Enable(bool enabled) ;
|
virtual bool Enable(bool enable = TRUE) ;
|
||||||
virtual bool Show(bool show = TRUE) ;
|
virtual bool Show(bool show = TRUE) ;
|
||||||
|
|
||||||
virtual void MacRedrawControl () ;
|
virtual void MacRedrawControl () ;
|
||||||
|
Loading…
Reference in New Issue
Block a user