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.