SelectionBrowser.st
changeset 619 36c9d07f7dc3
parent 504 1ff52096d1d3
child 631 52824496093d
equal deleted inserted replaced
618:2c9efaae88a6 619:36c9d07f7dc3
    14 
    14 
    15 SimpleDialog subclass:#SelectionBrowser
    15 SimpleDialog subclass:#SelectionBrowser
    16 	instanceVariableNames:'title'
    16 	instanceVariableNames:'title'
    17 	classVariableNames:''
    17 	classVariableNames:''
    18 	poolDictionaries:''
    18 	poolDictionaries:''
    19 	category:'Interface-Advanced-Tools'
    19 	category:'Interface-Dialogs'
    20 !
    20 !
    21 
    21 
    22 SelectionBrowser class instanceVariableNames:'lastSelection'
    22 SelectionBrowser class instanceVariableNames:'lastSelection'
    23 
    23 
    24 "
    24 "
    54     documentation to be added.
    54     documentation to be added.
    55 
    55 
    56     [author:]
    56     [author:]
    57        Thomas Zwick
    57        Thomas Zwick
    58 "
    58 "
    59 !
       
    60 
       
    61 history
       
    62     "Created: / 10.1.1998 / 11:00:51 / tz"
       
    63 ! !
    59 ! !
    64 
    60 
    65 !SelectionBrowser class methodsFor:'accessing'!
    61 !SelectionBrowser class methodsFor:'accessing'!
    66 
    62 
    67 label
    63 label