Implemented wxScreenDC the hard way
authorRobert Roebling <robert@roebling.de>
Mon, 26 Oct 1998 10:56:58 +0000 (10:56 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 26 Oct 1998 10:56:58 +0000 (10:56 +0000)
commitdbf858b5d69f53efd3950cae99322f54355aa983
treebfec2266e96ce35c17e85411c919f588482973c5
parentf96aa4d9eb296b3dfc468a351ce013bf92fab983
  Implemented wxScreenDC the hard way
  INcreased menu bar size
  Ripped off handles (a few days ago)
  Corrected $Id:$ somewhere

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
55 files changed:
include/wx/gtk/accel.h
include/wx/gtk/app.h
include/wx/gtk/bmpbuttn.h
include/wx/gtk/brush.h
include/wx/gtk/button.h
include/wx/gtk/checkbox.h
include/wx/gtk/choice.h
include/wx/gtk/colour.h
include/wx/gtk/combobox.h
include/wx/gtk/control.h
include/wx/gtk/cursor.h
include/wx/gtk/dc.h
include/wx/gtk/dcclient.h
include/wx/gtk/dcmemory.h
include/wx/gtk/dcscreen.h
include/wx/gtk1/accel.h
include/wx/gtk1/app.h
include/wx/gtk1/bmpbuttn.h
include/wx/gtk1/brush.h
include/wx/gtk1/button.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/choice.h
include/wx/gtk1/colour.h
include/wx/gtk1/combobox.h
include/wx/gtk1/control.h
include/wx/gtk1/cursor.h
include/wx/gtk1/dc.h
include/wx/gtk1/dcclient.h
include/wx/gtk1/dcmemory.h
include/wx/gtk1/dcscreen.h [copied from include/wx/gtk/dcscreen.h with 50% similarity]
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/colour.cpp
src/gtk/combobox.cpp
src/gtk/control.cpp
src/gtk/cursor.cpp
src/gtk/data.cpp
src/gtk/dc.cpp
src/gtk/dcclient.cpp
src/gtk/dcscreen.cpp
src/gtk/frame.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp
src/gtk1/colour.cpp
src/gtk1/combobox.cpp
src/gtk1/control.cpp
src/gtk1/cursor.cpp
src/gtk1/data.cpp
src/gtk1/dc.cpp
src/gtk1/dcclient.cpp
src/gtk1/dcscreen.cpp
src/gtk1/frame.cpp
user/wxTest/wxTest.cpp