]> git.saurik.com Git - wxWidgets.git/commit
Added support for frames without borders (such as for
authorRobert Roebling <robert@roebling.de>
Sat, 24 Oct 1998 20:25:36 +0000 (20:25 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 24 Oct 1998 20:25:36 +0000 (20:25 +0000)
commit32e9da8bfaafe4f462f7473a7e11e3387847e121
treea42613a0da303340498d8666dabc344be2ff359c
parent0e6c619a1aff67b336fceb7c51f10c119ee504ec
  Added support for frames without borders (such as for
  splash screen) with wxSIMPLE_BORDER
  Fixed tooltip bug -> recompile everything
  Added validators to wxListCtrl
  Fixed Create/Realize bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/generic/listctrl.h
include/wx/gtk/window.h
include/wx/gtk1/window.h
src/generic/listctrl.cpp
src/gtk/accel.cpp
src/gtk/app.cpp
src/gtk/frame.cpp
src/gtk/menu.cpp
src/gtk/tbargtk.cpp
src/gtk/window.cpp
src/gtk1/accel.cpp
src/gtk1/app.cpp
src/gtk1/frame.cpp
src/gtk1/menu.cpp
src/gtk1/tbargtk.cpp
src/gtk1/window.cpp