Frames
Frames are used to group or detail items in a more aesthetically pleasing way.
They are created using :
DDgui_framestart([id$, caption$, width%])
DDgui_frameend()
id$ is the id name you want to give the frame, caption$ is the title you want to give the frame. If no title is given then an unbroken rectangle is drawn.
width% denotes the width of the frame. If this value isn't given then the width of the largest widget is used to calculate the width of the frame
A frame looks like :