Added zillions of #if wxUSE_XXX
authorRobert Roebling <robert@roebling.de>
Mon, 14 Jun 1999 23:04:05 +0000 (23:04 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 14 Jun 1999 23:04:05 +0000 (23:04 +0000)
commitdcf924a345ea8ffbc1cf6b40b5f75c6005e504c0
treefbf16c36d17a9039cec65d823b021b12fd166ea4
parent9f50f9f1a161184359b7ee002d4f6bb7ecd8f04c
  Added zillions of #if wxUSE_XXX
  Removed cmndlgs usage of wxSizer and constraints
  Changed occurences of wxConv_xxx to wxConvXxxx and
    changed some wxConvLibc to wxConvCurrent
  Added Unicode tests to typetests (not finished)
  Compile fix for wxString in Unicode mode - we have
   to use the "experimental" printf then, I guess.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
119 files changed:
acconfig.h
include/wx/gtk/accel.h
include/wx/gtk/bmpbuttn.h
include/wx/gtk/checkbox.h
include/wx/gtk/checklst.h
include/wx/gtk/combobox.h
include/wx/gtk/frame.h
include/wx/gtk/gauge.h
include/wx/gtk/listbox.h
include/wx/gtk/mdi.h
include/wx/gtk/minifram.h
include/wx/gtk/notebook.h
include/wx/gtk/radiobox.h
include/wx/gtk/radiobut.h
include/wx/gtk/scrolbar.h
include/wx/gtk/slider.h
include/wx/gtk/spinbutt.h
include/wx/gtk/statbmp.h
include/wx/gtk/statbox.h
include/wx/gtk/statline.h
include/wx/gtk/tbargtk.h
include/wx/gtk1/accel.h
include/wx/gtk1/bmpbuttn.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/checklst.h
include/wx/gtk1/combobox.h
include/wx/gtk1/frame.h
include/wx/gtk1/gauge.h
include/wx/gtk1/listbox.h
include/wx/gtk1/mdi.h
include/wx/gtk1/minifram.h
include/wx/gtk1/notebook.h
include/wx/gtk1/radiobox.h
include/wx/gtk1/radiobut.h
include/wx/gtk1/scrolbar.h
include/wx/gtk1/slider.h
include/wx/gtk1/spinbutt.h
include/wx/gtk1/statbmp.h
include/wx/gtk1/statbox.h
include/wx/gtk1/statline.h
include/wx/gtk1/tbargtk.h
include/wx/string.h
samples/dialogs/dialogs.cpp
samples/typetest/typetest.cpp
samples/typetest/typetest.h
src/common/file.cpp
src/common/filefn.cpp
src/common/intl.cpp
src/common/log.cpp
src/common/resource.cpp
src/common/string.cpp
src/common/valgen.cpp
src/common/wxchar.cpp
src/common/wxexpr.cpp
src/generic/choicdgg.cpp
src/generic/dcpsg.cpp
src/generic/msgdlgg.cpp
src/generic/prntdlgg.cpp
src/generic/prop.cpp
src/generic/textdlgg.cpp
src/gtk/accel.cpp
src/gtk/app.cpp
src/gtk/bitmap.cpp
src/gtk/bmpbuttn.cpp
src/gtk/checkbox.cpp
src/gtk/checklst.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/filedlg.cpp
src/gtk/font.cpp
src/gtk/frame.cpp
src/gtk/gauge.cpp
src/gtk/listbox.cpp
src/gtk/mdi.cpp
src/gtk/minifram.cpp
src/gtk/notebook.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/scrolbar.cpp
src/gtk/slider.cpp
src/gtk/spinbutt.cpp
src/gtk/statbmp.cpp
src/gtk/statbox.cpp
src/gtk/statline.cpp
src/gtk/tbargtk.cpp
src/gtk/textctrl.cpp
src/gtk/tooltip.cpp
src/gtk/utilsres.cpp
src/gtk/window.cpp
src/gtk1/accel.cpp
src/gtk1/app.cpp
src/gtk1/bitmap.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/checkbox.cpp
src/gtk1/checklst.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/filedlg.cpp
src/gtk1/font.cpp
src/gtk1/frame.cpp
src/gtk1/gauge.cpp
src/gtk1/listbox.cpp
src/gtk1/mdi.cpp
src/gtk1/minifram.cpp
src/gtk1/notebook.cpp
src/gtk1/radiobox.cpp
src/gtk1/radiobut.cpp
src/gtk1/scrolbar.cpp
src/gtk1/slider.cpp
src/gtk1/spinbutt.cpp
src/gtk1/statbmp.cpp
src/gtk1/statbox.cpp
src/gtk1/statline.cpp
src/gtk1/tbargtk.cpp
src/gtk1/textctrl.cpp
src/gtk1/tooltip.cpp
src/gtk1/utilsres.cpp
src/gtk1/window.cpp
src/unix/utilsunx.cpp