Tabs
Tabs allow DDGui widgets to be grouped together in their own window area.
A tab is created by :
DDgui_tab(id$, details$)
id$ is the id text for the tab, and details$ contains a list of tab names and widgets that are in the tab. Multiple tabs are separated by a “|” character, so the format is :
tab name,widgets list|tab name,widgets list etc.
Which tab is selected can be read from DDgui_get.
Tabs look like :