]> git.saurik.com Git - wxWidgets.git/commit
Updated wxColumnSorterMixin to also be able to place sort icons on the
authorRobin Dunn <robin@alldunn.com>
Mon, 3 Sep 2001 22:41:18 +0000 (22:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 3 Sep 2001 22:41:18 +0000 (22:41 +0000)
commit6d19860fe80bf06f3737d4ca04173c96f2f3a3ea
treebdefed1cf86ce8d26b289252cf23b8f45bd3e25d
parent0188c7023303963bac25241ebc26575b49fd7156
Updated wxColumnSorterMixin to also be able to place sort icons on the
column headers, and updated the wxListCtrl demo to show it off by
using wxColumnSorterMixin.

Other odds and ends...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
wxPython/CHANGES.txt
wxPython/MANIFEST.in
wxPython/demo/Main.py
wxPython/demo/bmp_source/sm_down.bmp [new file with mode: 0644]
wxPython/demo/bmp_source/sm_up.bmp [new file with mode: 0644]
wxPython/demo/encode_bitmaps.py
wxPython/demo/images.py
wxPython/demo/wxListCtrl.py
wxPython/distrib/make_installer.py
wxPython/src/controls2.i
wxPython/src/msw/controls2.cpp
wxPython/src/msw/controls2.py
wxPython/wxPython/.cvsignore
wxPython/wxPython/lib/mixins/listctrl.py