source: trunk/Documentation/idldoc/cleanup_widgets.pro @ 60

Last change on this file since 60 was 60, checked in by pinsard, 18 years ago

upgrade of Documentation/idldoc according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/

  • Property svn:executable set to *
File size: 514 bytes
Line 
1;2345678901234567890123456789012345678901234567890123456789012345678901234567890
2
3;+
4; Cleanup handler for an object-widget program.  Calls the "cleanup_widgets"
5; method of the object-widget program.  The object reference for the program
6; must be stored in the TLB's UVALUE.
7;
8; @param top {in}{required}{type=widget ID} widget identifier of the top-level
9;        base
10;-
11pro cleanup_widgets, top
12    compile_opt idl2
13
14    widget_control, top, get_uvalue=self
15    self->cleanup_widgets, top
16end
Note: See TracBrowser for help on using the repository browser.