Added own sample for text ctrl, char/key events, clipboard.
authorRobert Roebling <robert@roebling.de>
Mon, 31 May 1999 14:54:04 +0000 (14:54 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 31 May 1999 14:54:04 +0000 (14:54 +0000)
commit02e8b87f6fd740501b2f39504342e77ade92a177
tree0dc78efef4498f0e2c107139d3793a090c74b0cc
parent85eb36c267bd325e113ee9e3b84f6b191ed116f2
  Added own sample for text ctrl, char/key events, clipboard.
    This can be removed from the controls sample.
  Made control tooltips yellow again.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
samples/text/.cvsignore [new file with mode: 0644]
samples/text/Makefile [new file with mode: 0644]
samples/text/Makefile.in [new file with mode: 0644]
samples/text/controls.cpp [new file with mode: 0644]
samples/text/controls.def [new file with mode: 0644]
samples/text/controls.rc [new file with mode: 0644]
samples/text/makefile.b32 [new file with mode: 0644]
samples/text/makefile.bcc [new file with mode: 0644]
samples/text/makefile.dos [new file with mode: 0644]
samples/text/makefile.g95 [new file with mode: 0644]
samples/text/makefile.unx [new file with mode: 0644]
samples/text/makefile.vc [new file with mode: 0644]
samples/text/makefile.wat [new file with mode: 0644]
samples/text/mondrian.ico [new file with mode: 0644]
samples/text/mondrian.xpm [new file with mode: 0644]
src/gtk/tooltip.cpp
src/gtk1/tooltip.cpp