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_tab: id$, captions$

 

Create a tab list

 

Example :

 

DDgui_tab("tab","File,name|Options,selection")

DDgui_text("name","Input",100)

DDgui_text("selection","Output",100)

 

Result :

 

This function allows groups of widgets to be grouped to a related tab, allowing easier viewing.

 

This command should be used before any other widgets are created, otherwise the display order will be different to what it should be.

 

Widgets should be created in the order that that are detailed in this command.