diff -r 85f8def55902 -r 4233bdb1ee28 stx_libtool2.st --- a/stx_libtool2.st Fri Nov 17 15:12:35 2006 +0100 +++ b/stx_libtool2.st Fri Nov 17 15:12:37 2006 +0100 @@ -9,7 +9,6 @@ other person. No title to or ownership of the software is hereby transferred. " - "{ Package: 'stx:libtool2' }" LibraryDefinition subclass:#stx_libtool2 @@ -42,6 +41,23 @@ " ! ! +!stx_libtool2 class methodsFor:'description'! + +preRequisites + ^ #( + #'stx:libbasic' "ByteArray - referenced by MenuEditor::Item class>>iconSeparator " + #'stx:libbasic2' "List - referenced by DataSetBuilder>>updateColumnView " + #'stx:libcomp' "ByteCodeCompiler - referenced by UIHelpTool::ClassItem>>createHelpMethodNamed: " + #'stx:libhtml' "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation " + #'stx:libtool' "SystemBrowser - referenced by ResourceSelectionBrowser::ResourceMethod>>iconOn: " + #'stx:libui' "SpecCollection - referenced by UIPainterView>>fullSpecFor: " + #'stx:libview' "Depth2Image - referenced by UIPainter class>>iconCenterV " + #'stx:libview2' "AspectAdaptor - referenced by ImageEditor>>selectionOfColor " + #'stx:libwidg' "RadioButtonGroup - referenced by ResourceSelectionBrowser>>selectionOfClassPresentation " + #'stx:libwidg2' "DoWhatIMeanSupport - referenced by MenuEditor::ResourceEditor>>entryCompletionForRetriever " + ) +! ! + !stx_libtool2 class methodsFor:'description - compilation'! additionalDefinitions_nt_dot_mak @@ -56,42 +72,40 @@ classNamesAndAttributes ^ #( - "/ or ( attributes...) - ('ColorEditDialog' #autoload) - 'DataSetBuilder' - ('DirectoryView' #autoload) - 'FileSelectionBrowser' - ('HierarchicalListEditor' #autoload) - 'ImageEditor' - 'MenuEditor' - ('MethodFinderWindow' #autoload) - ('MethodSelectionBrowser' #autoload) - ('NewInspector::NewInspectorList' #autoload) - ('NewInspector::NewInspectorListView' #autoload) - ('NewInspector::NewInspectorPanelView' #autoload) - ('NewInspector::NewInspectorView' #autoload) - ('ProjectBrowser' #autoload) - 'ResourceSelectionBrowser' - ('STXInstaller' #autoload) - 'SelectionBrowser' - ('ShellView' #autoload) - ('SnapShotImage' #autoload) - ('SnapShotImageMemory' #autoload) - ('TabListEditor' #autoload) - ('Tools::InternationalLanguageTranslationEditor' #autoload) - ('Tools::ProjectDefinitionEditor' #autoload) - 'UIGalleryView' - 'UIHelpTool' - 'UILayoutTool' - 'UIObjectView' - 'UIPainter' - 'UIPainterView' - 'UISelectionPanel' - 'UISpecificationTool' - 'stx_libtool2' + " or ( attributes...) in load order" + ColorEditDialog + DataSetBuilder + (DirectoryView #autoload) + (HierarchicalListEditor #autoload) + ImageEditor + MenuEditor + (MethodFinderWindow #autoload) + (MethodSelectionBrowser #autoload) + (#'NewInspector::NewInspectorList' #autoload) + (#'NewInspector::NewInspectorListView' #autoload) + (#'NewInspector::NewInspectorPanelView' #autoload) + (#'NewInspector::NewInspectorView' #autoload) + (ProjectBrowser #autoload) + (STXInstaller #autoload) + SelectionBrowser + (ShellView #autoload) + (SnapShotImage #autoload) + (SnapShotImageMemory #autoload) + (TabListEditor #autoload) + (#'Tools::InternationalLanguageTranslationEditor' #autoload) + (#'Tools::ProjectDefinitionEditor' #autoload) + UIGalleryView + UIHelpTool + UILayoutTool + UIObjectView + UIPainter + UISelectionPanel + UISpecificationTool + #'stx_libtool2' + FileSelectionBrowser + ResourceSelectionBrowser + UIPainterView ) - - "Modified: / 20-09-2006 / 14:46:21 / cg" ! extensionMethodNames