Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Idget Library : Panels : panel.closed

Syntax

#(proc,%panel.closed,...)

%panel specifies a panel. You can define this to be a proc which gets called when the panel is closed.

Example

Def:Edit:example-panel
[*]Example Panel[*]

Def:Proc:example-panel.closed
[*]
#(example-panel.cleanup)
[*]