ComboBrowseView.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 ComboBoxView subclass:#ComboBrowseView
    16 ComboBoxView subclass:#ComboBrowseView
    16 	instanceVariableNames:'browseAction'
    17 	instanceVariableNames:'browseAction'
    17 	classVariableNames:''
    18 	classVariableNames:''
    18 	poolDictionaries:''
    19 	poolDictionaries:''
   152 !ComboBrowseView class methodsFor:'documentation'!
   153 !ComboBrowseView class methodsFor:'documentation'!
   153 
   154 
   154 version
   155 version
   155     ^ '$Header: /cvs/stx/stx/libwidg2/ComboBrowseView.st,v 1.4 2006-11-13 16:11:29 cg Exp $'
   156     ^ '$Header: /cvs/stx/stx/libwidg2/ComboBrowseView.st,v 1.4 2006-11-13 16:11:29 cg Exp $'
   156 ! !
   157 ! !
       
   158