stx_libview2.st
changeset 2332 6635722bdb85
parent 2319 c8a63339cd67
child 2349 4233ee81d0cc
equal deleted inserted replaced
2331:a49dabbc2695 2332:6635722bdb85
    41 "
    41 "
    42 ! !
    42 ! !
    43 
    43 
    44 !stx_libview2 class methodsFor:'description'!
    44 !stx_libview2 class methodsFor:'description'!
    45 
    45 
       
    46 excludedFromPreRequisites
       
    47     ^ #(
       
    48         #'stx:libbasic2'    "CacheDictionary - referenced by MIMETypes::MIMEType class>>initialize "
       
    49         #'stx:libhtml'    "HTMLDocumentView - referenced by ToolApplicationModel>>openHTMLDocument: "
       
    50         #'stx:libtool'    "AboutBox - referenced by ToolApplicationModel class>>openAboutSTX "
       
    51         #'stx:libtool2'    "ResourceSelectionBrowser - referenced by ResourceSpecEditor>>doLoad "
       
    52         #'stx:libui'    "CompositeSpec - referenced by UIBuilder>>newComposite "
       
    53         #'stx:libwidg'    "PopUpMenu - referenced by Menu>>asOldStylePopUpMenuFor: "
       
    54         #'stx:libwidg2'    "MenuPanel - referenced by Menu>>showCenteredIn: "
       
    55     )
       
    56 !
       
    57 
    46 extensionMethodNames
    58 extensionMethodNames
    47     ^ #(
    59     ^ #(
    48     )
    60     )
    49 !
    61 !
    50 
    62 
    51 preRequisites
    63 preRequisites
    52     ^ #(
    64     ^ #(
    53         #'stx:libbasic'
    65         #'stx:libbasic'    "Object - superclass of PrinterContext "
    54         #'stx:libbasic2'
    66         #'stx:libview'    "SimpleView - superclass of ApplicationWindow "
    55         #'stx:libview'
       
    56     )
    67     )
    57 
       
    58     "Modified: / 10-10-2006 / 22:10:43 / cg"
       
    59 ! !
    68 ! !
    60 
    69 
    61 !stx_libview2 class methodsFor:'description - compilation'!
    70 !stx_libview2 class methodsFor:'description - compilation'!
    62 
    71 
    63 additionalDefinitions_bc_dot_mak
    72 additionalDefinitions_bc_dot_mak
   312 ! !
   321 ! !
   313 
   322 
   314 !stx_libview2 class methodsFor:'documentation'!
   323 !stx_libview2 class methodsFor:'documentation'!
   315 
   324 
   316 version
   325 version
   317     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.20 2007-04-20 16:19:38 stefan Exp $'
   326     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.21 2007-05-30 12:53:15 stefan Exp $'
   318 ! !
   327 ! !