]> git.saurik.com Git - wxWidgets.git/commit
1. wxTimer::Start() returns bool in wxGTK too (other minor corrections
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 1998 13:09:15 +0000 (13:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 1998 13:09:15 +0000 (13:09 +0000)
commit03f38c58fdd36b1e951dfed81b245a7337bbc3b4
treed15ef117c67a8706407dfe4d0ac8454d53fea3ff
parentfbc535ff084f61ec376f339c515d96d74065c18b
1. wxTimer::Start() returns bool in wxGTK too (other minor corrections
   to this class, such as "const" addition, Notify() is = 0 now...)

2. wxGTK::wxTextCtrl::Delete renamed to Clear for consistency

3. wx/wx_prec.h now includes wx/setup.h even if !wxUSE_PRECOMP because
   otherwise (recently added) tests "#if wxUSE_IOSTREAMH" donb't work.

4. Other compilation fixes for wxGTK (now it compiles again)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
include/wx/gtk/textctrl.h
include/wx/gtk/timer.h
include/wx/gtk1/textctrl.h
include/wx/gtk1/timer.h
include/wx/icon.h
include/wx/log.h
include/wx/msw/timer.h
include/wx/qt/timer.h
include/wx/stubs/timer.h
include/wx/treectrl.h
include/wx/wxprec.h
src/common/log.cpp
src/common/resource.cpp
src/common/variant.cpp
src/gtk.inc
src/gtk/tbargtk.cpp
src/gtk/textctrl.cpp
src/gtk/timer.cpp
src/gtk/utilsgtk.cpp
src/gtk1/tbargtk.cpp
src/gtk1/textctrl.cpp
src/gtk1/timer.cpp
src/gtk1/utilsgtk.cpp