- virtual void Enable(int n, bool enable = TRUE);
- virtual void Show(int n, bool show = TRUE);
- // layout parameters
- virtual int GetColumnCount() const;
- virtual int GetRowCount() const;
+ virtual bool Enable(int n, bool enable = true);
+ virtual bool Show(int n, bool show = true);