diff --git a/interface/dataview.h b/interface/dataview.h index 7c1be3f2b5..8dcfc4840a 100644 --- a/interface/dataview.h +++ b/interface/dataview.h @@ -1273,6 +1273,11 @@ public: wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT, int alignment = wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL); + /** + Returns the alignment. + */ + virtual int GetAlignment() const; + /** Returns the cell mode. */ @@ -1296,6 +1301,10 @@ public: */ virtual wxString GetVariantType(); + /** + Sets the alignment. + */ + virtual void SetAlignment( int align ); /** Sets the owning wxDataViewColumn. This is usually called from within wxDataViewColumn.