wxClipboard::IsOpened() and wxCLipboardLocker helper class added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -474,6 +474,15 @@ bool wxClipboard::Open()
|
||||
#endif
|
||||
}
|
||||
|
||||
bool wxClipboard::IsOpened() const
|
||||
{
|
||||
#if wxUSE_OLE_CLIPBOARD
|
||||
return TRUE;
|
||||
#else
|
||||
return wxIsClipboardOpened();
|
||||
#endif
|
||||
}
|
||||
|
||||
bool wxClipboard::SetData( wxDataObject *data )
|
||||
{
|
||||
(void)wxEmptyClipboard();
|
||||
|
Reference in New Issue
Block a user