Table 5.2 shows the subclasses of the <event> class that are exposed by the DUIM-Sheets library.
<event> |
| ||
<frame-event> | |||
<port-terminated-event> | |||
<timer-event> | |||
<sheet-event> | |||
| <device-event> | See Section 5.2.3 | |
<window-event> | |||
<window-configuration-event> | |||
<window-repaint-event> | |||
The classes of event that are exposed by the DUIM-Sheets library fall into two categories:
<frame-event> class
<sheet-event> class
Most subclasses of <frame-event> are exposed by the DUIM-Frames library. See Chapter 9, "DUIM-Frames Library", for full details about these subclasses. However, two subclasses of <frame-event> are exposed by the DUIM-Sheets library:
<port-terminated-event> <timer-event>This is the class of any event that is timed.
Subclasses of <sheet-event> fall into two categories:
Events that occur in a window are subclasses of <window-event>. Two such events are supplied:
<window-configuration-event> <window-configuration-event>, as the additional pane would need to be displayed or hidden, forcing a recalculation of the layout of the sheets in the frame.
<window-repaint-event>