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_frameend()

 

Finishes a DDgui_framestart() call

 

Example :

 

DDgui_framestart("","Details",100)

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

DDgui_frameend()

 

Result :

 

This command finishes the nearest DDgui_framestart() call, and is always needed.