source: trunk/Documentation/idldoc/handle_events.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: 528 bytes
Line 
1;2345678901234567890123456789012345678901234567890123456789012345678901234567890
2
3;+
4; Event handler for object-widget program.  Calls the "handle_events" method of
5; the object-widget program.  The object reference for the program must be
6; stored in the TLB's UVALUE.
7;
8; @param event {in}{required}{type=structure} event structure for any event
9;        generated by the program
10;-
11pro handle_events, event
12    compile_opt idl2
13
14    widget_control, event.top, get_uvalue=self
15    self->handle_events, event
16end
Note: See TracBrowser for help on using the repository browser.