stx_libtool2.st
changeset 2755 fb7d191e108f
parent 2738 10db2dc54f37
child 2786 8f522043f93d
equal deleted inserted replaced
2754:f69150e1ee95 2755:fb7d191e108f
    75 ! !
    75 ! !
    76 
    76 
    77 !stx_libtool2 class methodsFor:'description - contents'!
    77 !stx_libtool2 class methodsFor:'description - contents'!
    78 
    78 
    79 classNamesAndAttributes
    79 classNamesAndAttributes
       
    80     "lists the classes which are to be included in the project.
       
    81      Each entry in the list may be: a single class-name (symbol),
       
    82      or an array-literal consisting of class name and attributes.
       
    83      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
       
    84 
    80     ^ #(
    85     ^ #(
    81         "<className> or (<className> attributes...) in load order"
    86         "<className> or (<className> attributes...) in load order"
    82         ColorEditDialog
    87         ColorEditDialog
    83         DataSetBuilder
    88         DataSetBuilder
    84         (DirectoryView autoload)
    89         (DirectoryView autoload)
   109         UISpecificationTool
   114         UISpecificationTool
   110         #'stx_libtool2'
   115         #'stx_libtool2'
   111         FileSelectionBrowser
   116         FileSelectionBrowser
   112         ResourceSelectionBrowser
   117         ResourceSelectionBrowser
   113         UIPainterView
   118         UIPainterView
   114         (#'Tools::ViewTreeModel' autoload)
   119         (#'Tools::ViewTreeInspectorApplication' autoload)
   115         (#'Tools::ViewTreeApplication' autoload)
       
   116         (#'Tools::ViewTreeItem' autoload)
       
   117         (#'Tools::ObjectModuleInformation' autoload)
   120         (#'Tools::ObjectModuleInformation' autoload)
   118         FlyByWindowInformation
   121         FlyByWindowInformation
   119         UIListEditor
   122         UIListEditor
   120         #'Tools::ProjectBuilder'
   123         #'Tools::ProjectBuilder'
   121         #'Tools::ProjectBuilderAssistantApplication'
   124         #'Tools::ProjectBuilderAssistantApplication'