Changed the capitalisation of 'span' of Set/GetRow/Colspan to be less jarring
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5595,13 +5595,13 @@ public:
|
||||
|
||||
// Accessors
|
||||
|
||||
int GetColspan() const;
|
||||
int GetColSpan() const;
|
||||
|
||||
void SetColspan(long span) { GetProperties().SetProperty(wxT("colspan"), span); }
|
||||
void SetColSpan(long span) { GetProperties().SetProperty(wxT("colspan"), span); }
|
||||
|
||||
int GetRowspan() const;
|
||||
int GetRowSpan() const;
|
||||
|
||||
void SetRowspan(long span) { GetProperties().SetProperty(wxT("rowspan"), span); }
|
||||
void SetRowSpan(long span) { GetProperties().SetProperty(wxT("rowspan"), span); }
|
||||
|
||||
// Operations
|
||||
|
||||
|
Reference in New Issue
Block a user