wxWindow no longer emits any scroll events after

a programmatic change to its scrollbars.
  Reverted sense of SHIFT and CONTROL in wxListCtrl.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-02-05 10:33:57 +00:00
parent 2531c7e393
commit 473d087e56
5 changed files with 77 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ static char * listview_xpm[] = {
" ",
" ",
" ................ ",
" .++++++++++++++. ",
" .+@@+++++@@++++. ",
" .+@+@+.#+@+@+.+. ",
" .+@@@++++@@@+++. ",
@@ -22,7 +23,6 @@ static char * listview_xpm[] = {
" .+@@+++++@@++++. ",
" .+@+@+.#+@+@+.+. ",
" .+@@@++++@@@+++. ",
" .++++++++++++++. ",
" ................ ",
" ",
" "};