GROUPBOXDELETE

Synopsis
GROUPBOXDELETE name
Description

Deletes (closes) the group box control that is identified by name.

Example
WINDOWCREATE "main "mywindow "mytitle 0 0 100 100 []
GROUPBOXCREATE "mywindow "mygroupbox 10 10 80 40
GROUPBOXDELETE "mygroupbox
WINDOWDELETE "mywindow

SourceForge.net Logo