clear
Synopsis:
(clear name)
(clear template)
Description:
Clears the graphic named
name, resp. clear all the graphics contained in the template
template.
Example:
Delete the graphic named "title":
(clear "title")
Delete all the graphics belonging to the "buttons" group within the template stored in (const "graphics")):
(clear (figure group "buttons" in (const "graphics")))
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @