added default parameter values to the overloaded Show() and Enable() versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -66,9 +66,9 @@ public:
|
||||
virtual int GetColumnCount() const;
|
||||
virtual int GetRowCount() const;
|
||||
|
||||
bool Show(bool show);
|
||||
virtual bool Show(bool show = TRUE);
|
||||
void SetFocus();
|
||||
bool Enable(bool enable);
|
||||
virtual bool Enable(bool enable = TRUE);
|
||||
void SetLabelFont(const wxFont& WXUNUSED(font)) {};
|
||||
void SetButtonFont(const wxFont& font) { SetFont(font); }
|
||||
|
||||
|
Reference in New Issue
Block a user