GetSize() and GetClientSize() changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Feb 1999 11:01:13 +0000 (11:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Feb 1999 11:01:13 +0000 (11:01 +0000)
commitbfc6fde4b1dd5bfd8ae22839ff9a69cf24eb9120
treed0cac04a126b1f3e401a01344a1fe8d81af5cbd4
parent1edddaf24ce2881e9f44c5d3a24c35a5fdda7c0d
GetSize() and GetClientSize() changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
80 files changed:
include/wx/generic/laywin.h
include/wx/generic/tabg.h
include/wx/generic/treectrl.h
include/wx/gtk/dialog.h
include/wx/gtk/frame.h
include/wx/gtk/mdi.h
include/wx/gtk/window.h
include/wx/gtk1/dialog.h
include/wx/gtk1/frame.h
include/wx/gtk1/mdi.h
include/wx/gtk1/window.h
include/wx/layout.h
include/wx/motif/checkbox.h
include/wx/motif/choice.h
include/wx/motif/combobox.h
include/wx/motif/dialog.h
include/wx/motif/frame.h
include/wx/motif/gauge.h
include/wx/motif/listbox.h
include/wx/motif/mdi.h
include/wx/motif/radiobox.h
include/wx/motif/slider.h
include/wx/motif/statbmp.h [copied from include/wx/msw/statbmp.h with 51% similarity]
include/wx/motif/statbox.h
include/wx/motif/window.h
include/wx/msw/button.h
include/wx/msw/checkbox.h
include/wx/msw/choice.h
include/wx/msw/frame.h
include/wx/msw/gauge95.h
include/wx/msw/gaugemsw.h
include/wx/msw/listbox.h
include/wx/msw/private.h
include/wx/msw/radiobox.h
include/wx/msw/slider95.h
include/wx/msw/slidrmsw.h
include/wx/msw/statbmp.h
include/wx/msw/statbox.h
include/wx/msw/stattext.h
include/wx/msw/textctrl.h
include/wx/msw/window.h
src/common/ftp.cpp
src/common/layout.cpp
src/common/log.cpp
src/common/object.cpp
src/common/valgen.cpp
src/gtk/dialog.cpp
src/gtk/filedlg.cpp
src/gtk/frame.cpp
src/gtk/window.cpp
src/gtk1/dialog.cpp
src/gtk1/filedlg.cpp
src/gtk1/frame.cpp
src/gtk1/window.cpp
src/motif/checkbox.cpp
src/motif/choice.cpp
src/motif/combobox.cpp
src/motif/dialog.cpp
src/motif/frame.cpp
src/motif/gauge.cpp
src/motif/listbox.cpp
src/motif/mdi.cpp
src/motif/radiobox.cpp
src/motif/slider.cpp
src/motif/statbmp.cpp
src/motif/statbox.cpp
src/msw/button.cpp
src/msw/checkbox.cpp
src/msw/choice.cpp
src/msw/frame.cpp
src/msw/gauge95.cpp
src/msw/gaugemsw.cpp
src/msw/listbox.cpp
src/msw/radiobox.cpp
src/msw/slider95.cpp
src/msw/slidrmsw.cpp
src/msw/statbmp.cpp
src/msw/statbox.cpp
src/msw/stattext.cpp
src/msw/textctrl.cpp