Page 67 Table of Contents Index Page 69
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E



CHAPTER 8. SHEET PROTOCOLS


8.5 Sheet Notification Protocol

The notification protocol allows sheet clients to be notified when a sheet hierarchy is changed.
Sheet clients can observe modification events by providing :after methods for functions defined
by this protocol.

8.5.1 Relationship to Window System Change Notifications

Minor issue: More to be written. | RSL

=> note-sheet-grafted sheet [Generic Function]
=> note-sheet-degrafted sheet [Generic Function]
=> note-sheet-adopted sheet [Generic Function]
=> note-sheet-disowned sheet [Generic Function]
=> note-sheet-enabled sheet [Generic Function]
=> note-sheet-disabled sheet [Generic Function]
These notification functions are invoked when the state change has been made to the sheet sheet.

8.5.2 Sheet Geometry Notifications

Minor issue: More to be written. | RSL

=> note-sheet-region-changed sheet [Generic Function]
=> note-sheet-transformation-changed sheet [Generic Function]
These notification functions are invoked when the region or transformation of the sheetsheet has
been changed. When the regions and transformations of a sheet are changed directly, the client
is required to call note-sheet-region-changed or note-sheet-transformation-changed.


Page 67 Table of Contents Index Page 69
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E