git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21317
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// don't override this
virtual void Select(int n) { SetSelection(n); }
// don't override this
virtual void Select(int n) { SetSelection(n); }
- // set/get the number of columns in the control (as they're not supporte on
+ // set/get the number of columns in the control (as they're not supported on
// most platforms, they do nothing by default)
virtual void SetColumns(int WXUNUSED(n) = 1 ) { }
virtual int GetColumns() const { return 1 ; }
// most platforms, they do nothing by default)
virtual void SetColumns(int WXUNUSED(n) = 1 ) { }
virtual int GetColumns() const { return 1 ; }