]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextbuffer.h
Define wxLongLong_t for Intel compiler.
[wxWidgets.git] / include / wx / richtext / richtextbuffer.h
index 46760bc0a2afa3fbfe58fbebfb42584b4b0cc099..8a3343a9b20189e44debace1009f234d9a780c1c 100644 (file)
@@ -5562,6 +5562,14 @@ public:
 
 // Accessors
 
 
 // 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); }
 // Operations
 
     virtual wxRichTextObject* Clone() const { return new wxRichTextCell(*this); }