mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 10:57:58 +08:00
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:
@@ -42,11 +42,11 @@
|
|||||||
\endcode
|
\endcode
|
||||||
Platform details:
|
Platform details:
|
||||||
\li MSWindows: Transparent RGB images copy without transparency.
|
\li MSWindows: Transparent RGB images copy without transparency.
|
||||||
The graphical data is copied to the clipboard as an 'enhanced metafile'.
|
The graphical data are 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':
|
\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.
|
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.
|
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 {
|
class FL_EXPORT Fl_Copy_Surface : public Fl_Surface_Device {
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user