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.