Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Idget Library : idget.control

Syntax

#(idget.control,%name,%type)

%name specifies the name of the control being created. %type specifies the type of the control to create.

Example

#(idget.panel,example-panel)
#(idget.control,example-panel.ok,button)