]> git.saurik.com Git - wxWidgets.git/commitdiff
Document that wxClipboard::Flush() is not implemented in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 May 2012 21:16:31 +0000 (21:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 May 2012 21:16:31 +0000 (21:16 +0000)
See #10515.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/clipbrd.h

index d26d07951cf85a9556f840aa3976f5ba3fb70154..4064abfc7d084057262ec851cc7ae34fcac51820 100644 (file)
@@ -102,6 +102,9 @@ public:
         (possibly eating memory), otherwise the clipboard will be emptied on
         exit.
 
+        Currently this method is not implemented in X11-based ports, i.e.
+        wxGTK, wxX11 and wxMotif and always returns @false there.
+
         @return @false if the operation is unsuccessful for any reason.
     */
     virtual bool Flush();