Doc: use plural with 'data'.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10871 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
accbfd9f66
commit
6fc9f11eb2
@ -42,11 +42,11 @@
|
||||
\endcode
|
||||
Platform details:
|
||||
\li MSWindows: Transparent RGB images copy without transparency.
|
||||
The graphical data is copied to the clipboard as an 'enhanced metafile'.
|
||||
\li Mac OS: The graphical data is copied to the clipboard (a.k.a. pasteboard) in two 'flavors':
|
||||
The graphical data are copied to the clipboard as an 'enhanced metafile'.
|
||||
\li Mac OS: The graphical data are copied to the clipboard (a.k.a. pasteboard) in two 'flavors':
|
||||
1) in vectorial form as PDF data; 2) in bitmap form as a TIFF image.
|
||||
Applications to which the clipboard content is pasted can use the flavor that suits them best.
|
||||
\li X11: the graphical data is copied to the clipboard as an image in BMP format.
|
||||
\li X11: the graphical data are copied to the clipboard as an image in BMP format.
|
||||
*/
|
||||
class FL_EXPORT Fl_Copy_Surface : public Fl_Surface_Device {
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user