Fix for TextCtrl problem as reported by Vegh
authorRobert Roebling <robert@roebling.de>
Tue, 3 Nov 1998 11:19:58 +0000 (11:19 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 3 Nov 1998 11:19:58 +0000 (11:19 +0000)
commit6ca41e57f48db4c1a2de7ae67c7e4b655d9809af
treea03468c8c009990a83d4353b4ed3942f2b3b5e8f
parentc55bc98ef72220d7b901a3cc220b094830b2b6b4
  Fix for TextCtrl problem as reported by Vegh
  Move definition of wxMenuItem to /gtk/menuitem.h
  Radical change of how to insert a child into a
    paren window. As C++ doesn't have any VMT in
    a class's consructor, I have to use a callback.
  Fixed culumn resizing bug in wxListCtrl
  Fixed menu height bug in MDI code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
62 files changed:
include/wx/defs.h
include/wx/gtk/frame.h
include/wx/gtk/mdi.h
include/wx/gtk/menu.h
include/wx/gtk/menuitem.h
include/wx/gtk/notebook.h
include/wx/gtk/window.h
include/wx/gtk1/frame.h
include/wx/gtk1/mdi.h
include/wx/gtk1/menu.h
include/wx/gtk1/menuitem.h
include/wx/gtk1/notebook.h
include/wx/gtk1/window.h
samples/controls/controls.cpp
samples/mdi/mdi.cpp
src/generic/listctrl.cpp
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/dialog.cpp
src/gtk/frame.cpp
src/gtk/gauge.cpp
src/gtk/listbox.cpp
src/gtk/mdi.cpp
src/gtk/menu.cpp
src/gtk/notebook.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/scrolbar.cpp
src/gtk/slider.cpp
src/gtk/statbmp.cpp
src/gtk/statbox.cpp
src/gtk/stattext.cpp
src/gtk/tbargtk.cpp
src/gtk/textctrl.cpp
src/gtk/treectrl.cpp
src/gtk/window.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/dialog.cpp
src/gtk1/frame.cpp
src/gtk1/gauge.cpp
src/gtk1/listbox.cpp
src/gtk1/mdi.cpp
src/gtk1/menu.cpp
src/gtk1/notebook.cpp
src/gtk1/radiobox.cpp
src/gtk1/radiobut.cpp
src/gtk1/scrolbar.cpp
src/gtk1/slider.cpp
src/gtk1/statbmp.cpp
src/gtk1/statbox.cpp
src/gtk1/stattext.cpp
src/gtk1/tbargtk.cpp
src/gtk1/textctrl.cpp
src/gtk1/treectrl.cpp
src/gtk1/window.cpp