diff --git a/etg/dataview.py b/etg/dataview.py index 6397fd49..981c79e3 100644 --- a/etg/dataview.py +++ b/etg/dataview.py @@ -310,6 +310,11 @@ def run(): virtual bool IsSortKey() const; virtual void SetSortOrder(bool ascending); virtual bool IsSortOrderAscending() const; + + virtual void SetResizeable(bool resizable); + virtual void SetSortable(bool sortable); + virtual void SetReorderable(bool reorderable); + virtual void SetHidden(bool hidden); """)) c.addAutoProperties()