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:
committed by
Vadim Zeitlin
parent
02adddfa1a
commit
28a84486bd
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user