stx_libwidg2.st
changeset 3378 5397503d7280
parent 3273 8afdbf216baa
child 3497 1ec47d8cc86f
equal deleted inserted replaced
3377:d43e58b9cc7e 3378:5397503d7280
    58         #'stx:goodies'    "IdentityDictionaryWithDefault - referenced by GridBagLayoutInfo>>initialize "
    58         #'stx:goodies'    "IdentityDictionaryWithDefault - referenced by GridBagLayoutInfo>>initialize "
    59         #'stx:goodies/postscript'    "PSGraphicsContext - referenced by ImageEditView>>printWithMagnification: "
    59         #'stx:goodies/postscript'    "PSGraphicsContext - referenced by ImageEditView>>printWithMagnification: "
    60         #'stx:libtool'    "FileBrowser - referenced by HierarchicalFileList::Directory>>icon "
    60         #'stx:libtool'    "FileBrowser - referenced by HierarchicalFileList::Directory>>icon "
    61         #'stx:libtool2'    "ImageEditor - referenced by ImageEditView class>>classResources "
    61         #'stx:libtool2'    "ImageEditor - referenced by ImageEditView class>>classResources "
    62         #'stx:libwidg3'    "ClockView - referenced by TabItem class>>test "
    62         #'stx:libwidg3'    "ClockView - referenced by TabItem class>>test "
       
    63         #'stx:goodies/refactoryBrowser/parser'    "RBParser - referenced by DoWhatIMeanSupport class>>findNodeForInterval:in: "
       
    64         #'stx:libcomp'    "Parser - referenced by DoWhatIMeanSupport class>>codeCompletionForMessage:inClass:codeView: "
       
    65         #'stx:libhtml'    "HTMLDocumentView - referenced by LicenceBox>>initialize "
    63     )
    66     )
    64 !
    67 !
    65 
    68 
    66 extensionMethodNames
    69 extensionMethodNames
    67     ^ #(
    70     ^ #(
   191         (VT52TerminalView autoload)
   194         (VT52TerminalView autoload)
   192         (VerticalRuler autoload)
   195         (VerticalRuler autoload)
   193         ViewScroller
   196         ViewScroller
   194         #'stx_libwidg2'
   197         #'stx_libwidg2'
   195         FilenameWidgetWithHistory
   198         FilenameWidgetWithHistory
       
   199         HierarchicalDropTargetController
   196     )
   200     )
   197 ! !
   201 ! !
   198 
   202 
   199 !stx_libwidg2 class methodsFor:'description - project information'!
   203 !stx_libwidg2 class methodsFor:'description - project information'!
   200 
   204 
   219 ! !
   223 ! !
   220 
   224 
   221 !stx_libwidg2 class methodsFor:'documentation'!
   225 !stx_libwidg2 class methodsFor:'documentation'!
   222 
   226 
   223 version
   227 version
   224     ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.27 2007-11-08 16:01:06 cg Exp $'
   228     ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.28 2008-03-25 10:17:11 ab Exp $'
   225 ! !
   229 ! !