simplified the code by using new wxClipboardSync class abstracting wait for clipboard...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 Mar 2007 00:05:19 +0000 (00:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 Mar 2007 00:05:19 +0000 (00:05 +0000)
commit06f5d9758f2ada6e0d8be95d0071f5dd22c86552
treeb4cb11a4975438efda4625d959edbf565cfa5290
parent834f138686053e337f28b7d1c408e03c520cf8fd
simplified the code by using new wxClipboardSync class abstracting wait for clipboard results and wxScopeGuard to ensure that the 'waiting' flag is reset in every case

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/clipbrd.h
src/gtk/clipbrd.cpp