Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Idget Library : Declaring Panels and Controls : Declare An Edit

Syntax

Def:Edit:%panel.%edit(%width)
[*]%value[*]

%panel specifies the name of the panel which contains that particular control. %edit specifies the name of an edit control. %width specifies the width of a control, where one is equal to one fifth of the average width of a character in the font being used. %value specifies the value of a control.

Example

Def:Edit:emacs.dialog.properties.buffername(120)
[*][*]