]> git.saurik.com Git - wxWidgets.git/commit - src/gtk1/clipbrd.cpp
added check for GTK 1.2
authorRobert Roebling <robert@roebling.de>
Mon, 26 Apr 1999 20:48:39 +0000 (20:48 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 26 Apr 1999 20:48:39 +0000 (20:48 +0000)
commite5ea3f7a96aa06c204d37a234ffb57c163040430
treecbdce1acff4392add5dec33248fe201131b63915
parent5f709e6725d845e91094cbde15362c44df355ede
  added check for GTK 1.2
  added symbol __WXGTK12__  (do not use GTK_MINOR_VERSION in your code
    as this is undefined anywhere outside wxGTK itself)
  updated wxGTK.spec for local builds
  fixed clipboard clear/setdata race
  test for wxConvLocal in dialogs sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
docs/symbols.txt
include/wx/string.h
samples/dialogs/dialogs.cpp
setup/setup.hin
src/common/string.cpp
src/gtk/clipbrd.cpp
src/gtk1/clipbrd.cpp
wxGTK.spec