ImageSelectionBox.st
branchjv
changeset 4770 6634b540fea2
parent 3150 e3a55f15ef7e
equal deleted inserted replaced
4769:17172bc64232 4770:6634b540fea2
     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 "{ Package: 'stx:libwidg2' }"
    12 
    13 
    13 "{ Package: 'stx:libwidg2' }"
    14 "{ NameSpace: Smalltalk }"
    14 
    15 
    15 FileSelectionBox subclass:#ImageSelectionBox
    16 FileSelectionBox subclass:#ImageSelectionBox
    16 	instanceVariableNames:'previewField preview info'
    17 	instanceVariableNames:'previewField preview info'
    17 	classVariableNames:''
    18 	classVariableNames:''
    18 	poolDictionaries:''
    19 	poolDictionaries:''
    19 	category:'Views-DialogBoxes'
    20 	category:'Views-DialogBoxes'
    20 !
    21 !
    21 
    22 
    22 !ImageSelectionBox  class methodsFor:'documentation'!
    23 !ImageSelectionBox class methodsFor:'documentation'!
    23 
    24 
    24 copyright
    25 copyright
    25 "
    26 "
    26  COPYRIGHT (c) 1995 by Claus Gittinger
    27  COPYRIGHT (c) 1995 by Claus Gittinger
    27 	      All Rights Reserved
    28 	      All Rights Reserved
   181     ]
   182     ]
   182 
   183 
   183     "Modified: 7.6.1996 / 12:25:19 / cg"
   184     "Modified: 7.6.1996 / 12:25:19 / cg"
   184 ! !
   185 ! !
   185 
   186 
   186 !ImageSelectionBox  class methodsFor:'documentation'!
   187 !ImageSelectionBox class methodsFor:'documentation'!
   187 
   188 
   188 version
   189 version
   189     ^ '$Header: /cvs/stx/stx/libwidg2/ImageSelectionBox.st,v 1.6 2006-11-13 16:11:30 cg Exp $'
   190     ^ '$Header: /cvs/stx/stx/libwidg2/ImageSelectionBox.st,v 1.6 2006-11-13 16:11:30 cg Exp $'
   190 ! !
   191 ! !
       
   192