Tintware Documentation : Idget Library : idget.controlSyntax#(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) |