Implement wxClipboard::Flush() in wxGTK

Update the documentation and also add a call of Flush() to the sample.

Closes #10515.

Closes https://github.com/wxWidgets/wxWidgets/pull/1316
This commit is contained in:
oneeyeman1
2019-05-04 13:28:59 -05:00
committed by Vadim Zeitlin
parent 02adddfa1a
commit 28a84486bd
4 changed files with 26 additions and 3 deletions

View File

@@ -96,8 +96,8 @@ 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.
Currently this method is implemented in MSW and GTK and always returns @false
otherwise.
@return @false if the operation is unsuccessful for any reason.
*/