]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tclipbrd.tex
wxExecute may only be called from the main thread
[wxWidgets.git] / docs / latex / wx / tclipbrd.tex
index ae3f102ab3ca2c659696ad3925d72c36ea82789f..4e814c08ae9ae568ee9f52370246843101907a51 100644 (file)
@@ -60,9 +60,9 @@ chose. But for drag and drop it can only know it after
 To receive (paste in usual terminology) data from the clipboard, you should
 create a \helpref{wxDataObject}{wxdataobject} derived class which supports the
 data formats you need and pass it as argument to 
-\helpref{wxClipboard::GetData}{wxclipboardgetdata}. If it returns {\tt FALSE},
+\helpref{wxClipboard::GetData}{wxclipboardgetdata}. If it returns {\tt false},
 no data in (any of) the supported format(s) is available. If it returns {\tt
-TRUE}, the data has been successfully transferred to wxDataObject.
+true}, the data has been successfully transferred to wxDataObject.
 
 For drag and drop case, the \helpref{wxDropTarget::OnData}{wxdroptargetondata} 
 virtual function will be called when a data object is dropped, from which the