Initial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4...
authorKevin Ollivier <kevino@theolliviers.com>
Sun, 17 Sep 2006 01:20:08 +0000 (01:20 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sun, 17 Sep 2006 01:20:08 +0000 (01:20 +0000)
commite2bc1d69812f8fc3f6ae24508a9d007ad5d00ede
tree6eb4b55f98c3c9ffaf682db7eb1195c7dae2c0a8
parente96bbb453c4065b2219cbd606a95f069ab04746c
Initial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4/GTK2. Tested samples on Win and OS X. Also, support for co-existance of native and generic list ctrl on OS X.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
build/bakefiles/files.bkl
include/wx/generic/listctrl.h
include/wx/listctrl.h
include/wx/mac/carbon/listbox.h
include/wx/mac/carbon/listctrl.h
include/wx/mac/carbon/private.h
src/generic/listctrl.cpp
src/mac/carbon/listbox.cpp
src/mac/carbon/utils.cpp
src/msw/listctrl.cpp
src/os2/listctrl.cpp
src/palmos/listctrl.cpp