pw::Paster

The paste mode type

Derives From

pw::Object pw::Mode

Notes

This mode is used to make a copy of the current contents of the clipboard which is set using pw::Application.setClipboard.  It is possible to create copies of entities without interacting with the clipboard using pw::Copier.

To create a mode of this type, use the pw::Application.begin command with the mode Paste specified, like this:

set paster [pw::Application begin Paste]
Base type for all glyph types
The mode base type
pw::Application setClipboard entity_list
This action sets the given list of entities to be the contents of the application clipboard.
The copy mode type
pw::Application begin ?-mode_specific_flags? mode ?entities?
This action begins a mode in the application.
Close