Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Idget Library : Declaring Panels and Controls : Declare A Checkbox

Syntax

Def:Checkbox:%panel.%checkbox
[*]%label[*]

%panel specifies the name of the panel which contains that particular control. %checkbox specifies the name of a checkbox control. %label specifies the label for a control.

Example

Def:Checkbox:emacs.dialog.properties.indent
[*]Automatically indent lines[*]