X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87a1e3085bc19deacd312a1dcf7d4eb89f51d5a3..576adedbc01b335f921aaa3254ff805a07ef12f3:/docs/latex/wx/fildatob.tex diff --git a/docs/latex/wx/fildatob.tex b/docs/latex/wx/fildatob.tex index 13cc3a6aee..94866cd560 100644 --- a/docs/latex/wx/fildatob.tex +++ b/docs/latex/wx/fildatob.tex @@ -1,16 +1,16 @@ \section{\class{wxFileDataObject}}\label{wxfiledataobject} wxFileDataObject is a specialization of \helpref{wxDataObject}{wxdataobject} -for file names. The program works with it just as if it were a list of file -names (absolutep aths always), but internally it uses the same format as +for file names. The program works with it just as if it were a list of absolute file +names, but internally it uses the same format as Explorer and other compatible programs under Windows or GNOME/KDE filemanager under Unix which makes it possible to receive files from them using this class. {\bf Warning:} Under all non-Windows platforms this class is currently -"input-only", i.e. you can receieve the files from another application, but -copying (or dragging) file(s) from a wxWindows application is not currently -supported. +"input-only", i.e. you can receive the files from another application, but +copying (or dragging) file(s) from a wxWidgets application is not currently +supported. PS: GTK2 should work as well. \wxheading{Virtual functions to override} @@ -25,12 +25,16 @@ None. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxDataObject}{wxdataobject}, \helpref{wxDataObjectSimple}{wxdataobjectsimple}, \helpref{wxTextDataObject}{wxtextdataobject}, -\helpref{wxBitmapDataObject}{wxbitmapdataobject} +\helpref{wxBitmapDataObject}{wxbitmapdataobject}, \helpref{wxDataObject}{wxdataobject} \latexignore{\rtfignore{\wxheading{Members}}}