Modified generic wxTreeCtrl to work under non-Unix platforms simultaneously

with the native control.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-08-04 13:59:45 +00:00
parent b1944ebcd0
commit 484523cf52
23 changed files with 608 additions and 384 deletions

View File

@@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 01:34, 2000/03/05
# This file was automatically generated by tmake at 15:57, 2000/08/04
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE OS2.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
@@ -7,6 +7,7 @@ ALL_SOURCES = \
generic/choicdgg.cpp \
generic/colrdlgg.cpp \
generic/dcpsg.cpp \
generic/dirctrlg.cpp \
generic/grid.cpp \
generic/gridsel.cpp \
generic/helpext.cpp \
@@ -29,12 +30,13 @@ ALL_SOURCES = \
generic/proplist.cpp \
generic/sashwin.cpp \
generic/scrolwin.cpp \
generic/splash.cpp \
generic/splitter.cpp \
generic/statusbr.cpp \
generic/tbarsmpl.cpp \
generic/textdlgg.cpp \
generic/tipdlg.cpp \
generic/treectrl.cpp \
generic/treectlg.cpp \
generic/treelay.cpp \
generic/wizard.cpp \
common/appcmn.cpp \
@@ -57,6 +59,7 @@ ALL_SOURCES = \
common/docview.cpp \
common/dynarray.cpp \
common/dynlib.cpp \
common/effects.cpp \
common/encconv.cpp \
common/event.cpp \
common/extended.c \
@@ -105,6 +108,7 @@ ALL_SOURCES = \
common/prntbase.cpp \
common/process.cpp \
common/protocol.cpp \
common/quantize.cpp \
common/resource.cpp \
common/sckaddr.cpp \
common/sckfile.cpp \
@@ -121,6 +125,7 @@ ALL_SOURCES = \
common/textfile.cpp \
common/timercmn.cpp \
common/tokenzr.cpp \
common/treebase.cpp \
common/txtstrm.cpp \
common/unzip.c \
common/url.cpp \
@@ -297,6 +302,7 @@ ALL_HEADERS = \
filesys.h \
font.h \
fontdlg.h \
fontenc.h \
fontenum.h \
fontmap.h \
fontutil.h \
@@ -315,6 +321,7 @@ ALL_HEADERS = \
hash.h \
help.h \
helpbase.h \
helpchm.h \
helphtml.h \
helpwin.h \
helpxlp.h \
@@ -414,6 +421,7 @@ ALL_HEADERS = \
tokenzr.h \
toolbar.h \
tooltip.h \
treebase.h \
treectrl.h \
txtstrm.h \
types.h \
@@ -516,6 +524,7 @@ ALL_HEADERS = \
generic/choicdgg.h \
generic/colrdlgg.h \
generic/dcpsg.h \
generic/dirctrlg.h \
generic/dirdlgg.h \
generic/dragimgg.h \
generic/filedlgg.h \
@@ -542,7 +551,7 @@ ALL_HEADERS = \
generic/statusbr.h \
generic/tabg.h \
generic/textdlgg.h \
generic/treectrl.h \
generic/treectlg.h \
generic/wizard.h \
html/forcelnk.h \
html/helpctrl.h \
@@ -584,6 +593,7 @@ COMMONOBJS = \
docview.o \
dynarray.o \
dynlib.o \
effects.o \
encconv.o \
event.o \
extended.o \
@@ -632,6 +642,7 @@ COMMONOBJS = \
prntbase.o \
process.o \
protocol.o \
quantize.o \
resource.o \
sckaddr.o \
sckfile.o \
@@ -648,6 +659,7 @@ COMMONOBJS = \
textfile.o \
timercmn.o \
tokenzr.o \
treebase.o \
txtstrm.o \
unzip.o \
url.o \
@@ -685,6 +697,7 @@ COMMONDEPS = \
docview.d \
dynarray.d \
dynlib.d \
effects.d \
encconv.d \
event.d \
extended.d \
@@ -733,6 +746,7 @@ COMMONDEPS = \
prntbase.d \
process.d \
protocol.d \
quantize.d \
resource.d \
sckaddr.d \
sckfile.d \
@@ -749,6 +763,7 @@ COMMONDEPS = \
textfile.d \
timercmn.d \
tokenzr.d \
treebase.d \
txtstrm.d \
unzip.d \
url.d \
@@ -771,6 +786,7 @@ GENERICOBJS = \
choicdgg.o \
colrdlgg.o \
dcpsg.o \
dirctrlg.o \
grid.o \
gridsel.o \
helpext.o \
@@ -793,12 +809,13 @@ GENERICOBJS = \
proplist.o \
sashwin.o \
scrolwin.o \
splash.o \
splitter.o \
statusbr.o \
tbarsmpl.o \
textdlgg.o \
tipdlg.o \
treectrl.o \
treectlg.o \
treelay.o \
wizard.o
@@ -809,6 +826,7 @@ GENERICDEPS = \
choicdgg.d \
colrdlgg.d \
dcpsg.d \
dirctrlg.d \
grid.d \
gridsel.d \
helpext.d \
@@ -831,12 +849,13 @@ GENERICDEPS = \
proplist.d \
sashwin.d \
scrolwin.d \
splash.d \
splitter.d \
statusbr.d \
tbarsmpl.d \
textdlgg.d \
tipdlg.d \
treectrl.d \
treectlg.d \
treelay.d \
wizard.d