git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53065 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
                        wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT,
                        int alignment = wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL);
 
+    /**
+        Returns the alignment.
+    */
+    virtual int GetAlignment() const;
+
     /**
         Returns the cell mode.
     */
     */
     virtual wxString GetVariantType();
 
+    /**
+        Sets the alignment.
+    */
+    virtual void SetAlignment( int align );
     /**
         Sets the owning wxDataViewColumn. This
         is usually called from within wxDataViewColumn.