Functions | |
void | Delete_Segment (const char *segment) |
void Delete_Segment | ( | const char * | segment | ) |
Throws away a segment when you no longer need it. Can also be used to shut down a display.
segment | - Name of the segment(s) to be deleted. Can include wild cards. |
Closely related routines include Reset_System() , which quickly deletes the entire tree plus all color definitions, alias definitions, etc., Delete_By_Key() , which lets you select individual picture elements for removal; and Flush_Contents() , which deletes some or all of the contents of the segment but leaves the segment intact.
NOTE
If a segment being deleted is a "driver" segment---"?Picture", or something you've explicitly given a Driver attribute---the action routine will be called to shut down the device.