UIGalleryView.st
changeset 1399 a0687f5e1f54
parent 1337 546e42b47b41
child 1455 5d4d3c5ca76c
equal deleted inserted replaced
1398:284781677ae1 1399:a0687f5e1f54
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 
    13 
    14 
    14 
       
    15 "{ Package: 'stx:libtool2' }"
       
    16 
    15 NoteBookView subclass:#UIGalleryView
    17 NoteBookView subclass:#UIGalleryView
    16 	instanceVariableNames:'majorKey minorKeys minorKeysHolder'
    18 	instanceVariableNames:'majorKey minorKeys minorKeysHolder'
    17 	classVariableNames:''
    19 	classVariableNames:''
    18 	poolDictionaries:''
    20 	poolDictionaries:''
    19 	category:'Interface-UIPainter'
    21 	category:'Interface-UIPainter'
   157     "
   159     "
   158     minorKeys := aListOfSelectors.
   160     minorKeys := aListOfSelectors.
   159     self selection:nil.
   161     self selection:nil.
   160 ! !
   162 ! !
   161 
   163 
   162 !UIGalleryView methodsFor:'accessing holders'!
   164 !UIGalleryView methodsFor:'accessing-holders'!
   163 
   165 
   164 clientSpecHolder
   166 clientSpecHolder
   165     "get the holder which keeps the current selection or in case of
   167     "get the holder which keeps the current selection or in case of
   166      no selection the specification under the cursor
   168      no selection the specification under the cursor
   167     "
   169     "