stx_libwidg.st
changeset 4109 e3e3d6ec37ea
parent 4084 7e41d96add36
child 4221 25016934dc26
--- a/stx_libwidg.st	Mon Nov 16 17:09:31 2009 +0100
+++ b/stx_libwidg.st	Mon Nov 16 17:19:17 2009 +0100
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -23,7 +23,7 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -45,12 +45,12 @@
 
 excludedFromPreRequisites
     ^ #(
-        #'stx:goodies/soap'    "SOAP::SoapImplError - referenced by EditTextView>>googleSpellingSuggestion "
-        #'stx:goodies/soap/examples'    "SOAP::BabelFishClient - referenced by EditTextView>>babelFishTranslate: "
-        #'stx:libcomp'    "Parser - referenced by EditTextView>>executeKeyboardMacro: "
-        #'stx:libhtml'    "HTMLDocumentView - referenced by DialogBox>>addHelpButtonFor: "
-        #'stx:libtool'    "SystemBrowser - referenced by Workspace>>browseImplementorsOfIt "
-        #'stx:libwidg2'    "FilenameEditField - referenced by DialogBox>>addFilenameInputFieldOn:in:tabable: "
+	#'stx:goodies/soap'    "SOAP::SoapImplError - referenced by EditTextView>>googleSpellingSuggestion "
+	#'stx:goodies/soap/examples'    "SOAP::BabelFishClient - referenced by EditTextView>>babelFishTranslate: "
+	#'stx:libcomp'    "Parser - referenced by EditTextView>>executeKeyboardMacro: "
+	#'stx:libhtml'    "HTMLDocumentView - referenced by DialogBox>>addHelpButtonFor: "
+	#'stx:libtool'    "SystemBrowser - referenced by Workspace>>browseImplementorsOfIt "
+	#'stx:libwidg2'    "FilenameEditField - referenced by DialogBox>>addFilenameInputFieldOn:in:tabable: "
     )
 !
 
@@ -61,11 +61,11 @@
 
 preRequisites
     ^ #(
-        #'stx:libbasic'    "Object - superclass of ListView "
-        #'stx:libbasic2'    "List - referenced by SelectionInList>>initialize "
-        #'stx:libui'    "PopUpListSpec - referenced by PopUpList>>specClass "
-        #'stx:libview'    "DeviceGraphicsContext - superclass of WarningBox "
-        #'stx:libview2'    "ValueHolder - superclass of SelectionInList "
+	#'stx:libbasic'    "Object - superclass of ListView "
+	#'stx:libbasic2'    "List - referenced by SelectionInList>>initialize "
+	#'stx:libui'    "PopUpListSpec - referenced by PopUpList>>specClass "
+	#'stx:libview'    "DeviceGraphicsContext - superclass of WarningBox "
+	#'stx:libview2'    "ValueHolder - superclass of SelectionInList "
     )
 ! !
 
@@ -89,70 +89,73 @@
 
 classNamesAndAttributes
     ^ #(
-        "<className> or (<className> attributes...) in load order"
-        ArrowButton
-        Button
-        ButtonController
-        CheckLabel
-        CheckToggle
-        ClickMenuView
-        CodeView
-        DialogBox
-        EditField
-        EditTextView
-        EnterBox
-        EnterBox2
-        EnterFieldGroup
-        FileSaveBox
-        FileSelectionBox
-        FileSelectionList
-        FontPanel
-        FramedBox
-        HVScrollableView
-        HorizontalMiniScroller
-        HorizontalPanelView
-        HorizontalScrollBar
-        HorizontalScroller
-        InfoBox
-        Label
-        ListSelectionBox
-        ListView
-        (ListViewController autoload)
-        MenuView
-        MiniScroller
-        MultiSelectionInList
-        ObjectView
-        OptionBox
-        PanelView
-        PopUpList
-        PopUpListController
-        PopUpMenu
-        PullDownMenu
-        RadioButton
-        RadioButtonController
-        RadioButtonGroup
-        ScrollBar
-        ScrollableView
-        Scroller
-        SelectionInList
-        SelectionInListView
-        SequenceView
-        TextCollector
-        TextView
-        Toggle
-        ToggleController
-        VariableHorizontalPanel
-        VariableHorizontalPanelController
-        VariablePanel
-        VariablePanelController
-        VariableVerticalPanel
-        VariableVerticalPanelController
-        VerticalPanelView
-        WarningBox
-        Workspace
-        YesNoBox
-        #'stx_libwidg'
-        MultiColumnPanelView
+	"<className> or (<className> attributes...) in load order"
+	ArrowButton
+	Button
+	ButtonController
+	CheckLabel
+	CheckToggle
+	ClickMenuView
+	CodeView
+	DialogBox
+	EditField
+	EditTextView
+	EnterBox
+	EnterBox2
+	EnterFieldGroup
+	FileSaveBox
+	FileSelectionBox
+	FileSelectionList
+	FontPanel
+	FramedBox
+	HVScrollableView
+	HorizontalMiniScroller
+	HorizontalPanelView
+	HorizontalScrollBar
+	HorizontalScroller
+	InfoBox
+	Label
+	ListSelectionBox
+	ListView
+	(ListViewController autoload)
+	MenuView
+	MiniScroller
+	MultiSelectionInList
+	ObjectView
+	OptionBox
+	PanelView
+	PopUpList
+	PopUpListController
+	PopUpMenu
+	PullDownMenu
+	RadioButton
+	RadioButtonController
+	RadioButtonGroup
+	ScrollBar
+	ScrollableView
+	Scroller
+	SelectionInList
+	SelectionInListView
+	SequenceView
+	TextCollector
+	TextView
+	Toggle
+	ToggleController
+	VariableHorizontalPanel
+	VariableHorizontalPanelController
+	VariablePanel
+	VariablePanelController
+	VariableVerticalPanel
+	VariableVerticalPanelController
+	VerticalPanelView
+	WarningBox
+	Workspace
+	YesNoBox
+	#'stx_libwidg'
+	MultiColumnPanelView
+	GenericToolbarIconLibrary
+	XPToolbarIconLibrary
+	VistaToolbarIconLibrary
     )
 ! !
 
@@ -181,9 +184,9 @@
 !stx_libwidg class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.25 2009-11-05 17:10:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.26 2009-11-16 16:19:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.25 2009-11-05 17:10:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.26 2009-11-16 16:19:17 cg Exp $'
 ! !