mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Redeclare more virtual methods from the base class that have
implementations in wxDataViewColumn git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user