Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Idget Library

Idget Library

Panels are windows which hold controls. Controls are things like buttons, checkboxes, and edit fields. Panels take care of laying out controls so that everyone has enough space. Panels can be shown as a window or as a dialog box. Panels and controls can be created declaratively as well as procedurally. Controls must be children of the panel in which they are used.

To use the idget library, you need to load tidget.dll using tint.library. Note, that Tint Emacs loads the idget library as part of its startup sequence.

Declaring Panels and Controls Declaring panels and controls

idget.panel Create a panel

idget.control Create a control

Panels Panels

Button Controls Button Controls

Checkbox Controls Checkbox Controls

Radio Controls Radio Controls

Edit Controls Edit Controls

ComboBox Controls ComboBox Controls

Static Controls Static Controls