git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5562,6 +5562,14 @@ public:
|
||||
|
||||
// Accessors
|
||||
|
||||
int GetColspan() const;
|
||||
|
||||
void SetColspan(long span) { GetProperties().SetProperty(wxT("colspan"), span); }
|
||||
|
||||
int GetRowspan() const;
|
||||
|
||||
void SetRowspan(long span) { GetProperties().SetProperty(wxT("rowspan"), span); }
|
||||
|
||||
// Operations
|
||||
|
||||
virtual wxRichTextObject* Clone() const { return new wxRichTextCell(*this); }
|
||||
|
Reference in New Issue
Block a user