1. wxShell fixes: now really uses shell (it wasn't different from wxExecute!)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Mar 2000 10:31:34 +0000 (10:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Mar 2000 10:31:34 +0000 (10:31 +0000)
commit2c8e47380ebbcb5764307d4a8b15e84d8ce74ccf
tree311a2dbf4da2764999acd21234ed6255e3cfd44a
parent914589c26ced86ffa672171ee476e1740538fbb8
1. wxShell fixes: now really uses shell (it wasn't different from wxExecute!)
   and also added a version which captures the programs output
2. fix for compilers which have void ftime() (my mingw does) in timercmn.cpp
3. updated console sample to test wxShell/wxExecute
4. treetest now can toggle images or change their size
5. wxTreeCtrl doesn't crash if it has no image list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/utils.h
samples/console/console.cpp
samples/controls/controls.cpp
samples/dialogs/dialogs.cpp
samples/text/text.cpp
samples/treectrl/treetest.cpp
samples/treectrl/treetest.h
src/common/timercmn.cpp
src/generic/treectrl.cpp
src/gtk/files.lst
src/gtk1/files.lst
src/msw/treectrl.cpp
src/unix/utilsunx.cpp