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.

DDgui_framestart: [id$="", caption$="", width%=0]

 

Create a frame

 

Example :

 

DDgui_framestart("","Details",100)

DDgui_text("input","TEXT",90)

DDgui_frameend()

 

Result :

 

This function allows widgets to be surrounded by a box.

 

DDgui_framestart() should always have a corresponding DDgui_frameend() call.  If there isn't one, graphical anomalies (like duplicate widgets) will be introduced.