]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
reSWIGed
[wxWidgets.git] / wxPython / src / grid.i
index c06a70336330752e09d82e99f63de57caad99239..90d185537869269b257116285daaa8a5cd0c86a4 100644 (file)
@@ -1820,6 +1820,13 @@ public:
     void     SetRowAttr(int row, wxGridCellAttr *attr);
     void     SetColAttr(int col, wxGridCellAttr *attr);
 
+    // returns the attribute we may modify in place: a new one if this cell
+    // doesn't have any yet or the existing one if it does
+    //
+    // DecRef() must be called on the returned pointer, as usual
+    wxGridCellAttr *GetOrCreateCellAttr(int row, int col) const;
+
+    
     // shortcuts for setting the column parameters
 
     // set the format for the data in the column: default is string