DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

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 :

 

img24.png