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_checkbox: id$, caption$

    [, width%=0, height%=0]

 

Create a check box

 

Example :

 

DDgui_checkbox("test","This is an example")

 

Result :

 

This creates a check box, which is an item that has two states : selected or not selected.