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.

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 :

 

img22.pngimg23.png