equal
deleted
inserted
replaced
7 inclusion of the above copyright notice. This software may not |
7 inclusion of the above copyright notice. This software may not |
8 be provided or otherwise made available to, or used by, any |
8 be provided or otherwise made available to, or used by, any |
9 other person. No title to or ownership of the software is |
9 other person. No title to or ownership of the software is |
10 hereby transferred. |
10 hereby transferred. |
11 " |
11 " |
12 |
|
13 |
|
14 |
|
15 "{ Package: 'stx:libtool2' }" |
12 "{ Package: 'stx:libtool2' }" |
16 |
13 |
17 NoteBookView subclass:#UIGalleryView |
14 NoteBookView subclass:#UIGalleryView |
18 instanceVariableNames:'majorKey minorKeys minorKeysHolder' |
15 instanceVariableNames:'majorKey minorKeys minorKeysHolder' |
19 classVariableNames:'' |
16 classVariableNames:'' |
233 specification := application aspectFor:selector |
230 specification := application aspectFor:selector |
234 ] |
231 ] |
235 ] |
232 ] |
236 ] |
233 ] |
237 ]. |
234 ]. |
238 self withWaitCursorDo:[ |
235 "/ self withWaitCursorDo:[ |
239 canvas specification:specification. |
236 canvas specification:specification. |
240 ] |
237 "/ ] |
241 ! |
238 ! |
242 |
239 |
243 update |
240 update |
244 self selectionHasChanged. |
241 self selectionHasChanged. |
245 ! |
242 ! |