Backgrounds work again
authorRobert Roebling <robert@roebling.de>
Sun, 25 Apr 1999 15:10:52 +0000 (15:10 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 25 Apr 1999 15:10:52 +0000 (15:10 +0000)
commit1e133b7d6438b9144b8f68cf6b514d03eaaf698b
tree09f2be1b04a804073c946ee1f73daaf67e7a90f6
parenteea4f86a0c4aab97216a6ce72cbaacacc840247f
  Backgrounds work again
  splitter sample compiles with Unicode
  if a wxClientDC is used on an unrealized widget,
    the widget's realization is forced in wxClientDC
  added underscores to wxMenuBar - don't work..
  tried to figure out why wxFrame doesn't get keyboard input

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/menu.h
include/wx/gtk1/menu.h
samples/splitter/test.cpp
src/gtk/dcclient.cpp
src/gtk/frame.cpp
src/gtk/menu.cpp
src/gtk/window.cpp
src/gtk1/dcclient.cpp
src/gtk1/frame.cpp
src/gtk1/menu.cpp
src/gtk1/window.cpp