ICSE 2001 Logo   Rigi Logo
 
rcl_clipboard
Back to RCL Command Index

No arguments accepted.

Description:

This procedure causes the Rigi to display the clipboard window. If the clipboard window, already exists, it is
refreshed. If the window is minimized it is restored and refreshed.

(If the window has no backing store assigned and if there is an unassigned backing store and if the window has a
large number of draw objects, Rigi will assign a backing store to the window before redrawing it.)

Return Value:

None.

Exceptions:

None.

Example:

# Select all nodes of type 'Function', copy them
# to the clipboard and then display them.

rcl_select_type Function
rcl_clip
rcl_clipboard

Back to RCL Command Index

.