wxWindow split into wxWindowBase and wxWindow (wxGTK part)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 May 1999 22:17:03 +0000 (22:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 May 1999 22:17:03 +0000 (22:17 +0000)
commitf03fc89fff2d6e823e7d4d14fbe14822ad6777b1
tree6b321ebeafcd5b4eaade1ba19fcadcb642e8c527
parent358d140ac93338920e263d00f05d142a6051ce67
wxWindow split into wxWindowBase and wxWindow (wxGTK part)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
101 files changed:
include/wx/control.h
include/wx/defs.h
include/wx/gdicmn.h
include/wx/generic/listctrl.h
include/wx/generic/tabg.h
include/wx/gtk/bmpbuttn.h
include/wx/gtk/button.h
include/wx/gtk/checkbox.h
include/wx/gtk/dialog.h
include/wx/gtk/font.h
include/wx/gtk/radiobox.h
include/wx/gtk/radiobut.h
include/wx/gtk/textctrl.h
include/wx/gtk/window.h
include/wx/gtk1/bmpbuttn.h
include/wx/gtk1/button.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/dialog.h
include/wx/gtk1/font.h
include/wx/gtk1/radiobox.h
include/wx/gtk1/radiobut.h
include/wx/gtk1/textctrl.h
include/wx/gtk1/window.h
include/wx/layout.h
include/wx/list.h
include/wx/tbarbase.h
include/wx/tbarsmpl.h
include/wx/validate.h
include/wx/window.h
src/common/layout.cpp
src/common/list.cpp
src/common/resource.cpp
src/common/tbarbase.cpp
src/common/tbarsmpl.cpp
src/common/utilscmn.cpp
src/common/valtext.cpp
src/common/wincmn.cpp
src/generic/listctrl.cpp
src/generic/msgdlgg.cpp
src/generic/panelg.cpp
src/generic/tabg.cpp
src/gtk/app.cpp
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/dcclient.cpp
src/gtk/dialog.cpp
src/gtk/dnd.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/stattext.cpp
src/gtk/tbargtk.cpp
src/gtk/textctrl.cpp
src/gtk/treectrl.cpp
src/gtk/window.cpp [copied from src/gtk1/window.cpp with 60% similarity]
src/gtk1/app.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/dcclient.cpp
src/gtk1/dialog.cpp
src/gtk1/dnd.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/stattext.cpp
src/gtk1/tbargtk.cpp
src/gtk1/textctrl.cpp
src/gtk1/treectrl.cpp
src/gtk1/window.cpp