Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

Def:Button:%panel.%button
[*]%label[*]

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

Example

Def:Button:emacs.dialog.properties.ok
[*]OK[*]