AbstractSettingsApplication.st
changeset 14918 66372d36cbdc
parent 14895 840d9c32cd34
child 14954 75e430536342
--- a/AbstractSettingsApplication.st	Wed Nov 26 20:46:28 2014 +0100
+++ b/AbstractSettingsApplication.st	Thu Nov 27 01:10:26 2014 +0100
@@ -15073,21 +15073,23 @@
 standardStyles
 
     ^  #(
-	"/ 'decWindows'
-	'adwaita'
-	'iris'
-	'motif'
-	'mswindows8'
-	'mswindows95'
-	'mswindowsXP'
-	'mswindowsxp'
-	'mswindowsVista'
-	'mswindowsvista'
-	"/ 'next'
-	"/ 'normal'
-	"/ 'os2'
-	'sgmotif'
-	"/ 'st80'
+        'adwaita'
+        "/ 'decWindows'
+        'iris'
+        'macosx'
+        'motif'
+        'mswindows8'
+        'mswindows95'
+        'mswindowsXP'
+        'mswindowsxp'
+        'mswindowsVista'
+        'mswindowsvista'
+        'napkin'
+        "/ 'next'
+        "/ 'normal'
+        "/ 'os2'
+        'sgmotif'
+        "/ 'st80'
        )
 ! !
 
@@ -15140,146 +15142,146 @@
 
     <resource: #canvas>
 
-    ^
+    ^ 
     #(FullSpec
        name: windowSpec
-       window:
+       window: 
       (WindowSpec
-	 label: 'ViewStyle Selection'
-	 name: 'ViewStyle Selection'
-	 min: (Point 10 10)
-	 bounds: (Rectangle 0 0 562 661)
-       )
-       component:
+         label: 'ViewStyle Selection'
+         name: 'ViewStyle Selection'
+         min: (Point 10 10)
+         bounds: (Rectangle 0 0 562 661)
+       )
+       component: 
       (SpecCollection
-	 collection: (
-	  (VariableVerticalPanelSpec
-	     name: 'VariableVerticalPanel1'
-	     layout: (LayoutFrame 0 0.0 0 0 0 1.0 -35 1)
-	     component:
-	    (SpecCollection
-	       collection: (
-		(ViewSpec
-		   name: 'Box1'
-		   component:
-		  (SpecCollection
-		     collection: (
-		      (TextEditorSpec
-			 name: 'TextEditor1'
-			 layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-			 style: (FontDescription arial medium roman 9)
-			 model: noticeLabelHolder
-			 hasHorizontalScrollBar: true
-			 hasVerticalScrollBar: true
-			 isReadOnly: true
-			 hasKeyboardFocusInitially: false
-			 viewClassName: 'TextView'
-			 postBuildCallback: postBuildHelpLabel:
-		       )
-		      )
-
-		   )
-		 )
-		(ViewSpec
-		   name: 'Box2'
-		   component:
-		  (SpecCollection
-		     collection: (
-		      (VerticalPanelViewSpec
-			 name: 'VerticalPanel1'
-			 layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-			 horizontalLayout: fit
-			 verticalLayout: topFit
-			 horizontalSpace: 3
-			 verticalSpace: 3
-			 component:
-			(SpecCollection
-			   collection: (
-			    (CheckBoxSpec
-			       label: 'standard styles only'
-			       name: 'CheckBox1'
-			       model: showStandardStylesOnly
-			       translateLabel: true
-			       extent: (Point 562 35)
-			     )
-			    (SequenceViewSpec
-			       name: 'StyleList'
-			       model: selectedStyle
-			       hasHorizontalScrollBar: true
-			       hasVerticalScrollBar: true
-			       doubleClickSelector: doubleClickAt:
-			       useIndex: false
-			       sequenceList: styleList
-			       extent: (Point 562 353)
-			     )
-			    )
-
-			 )
-		       )
-		      )
-
-		   )
-		 )
-		)
-
-	     )
-	     handles: (Any 0.37 1.0)
-	   )
-	  (ViewSpec
-	     name: 'Box3'
-	     layout: (LayoutFrame 0 0 -35 1 0 1 0 1)
-	     component:
-	    (SpecCollection
-	       collection: (
-		(LabelSpec
-		   label: 'Label'
-		   name: 'Label1'
-		   layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-		   translateLabel: true
-		   labelChannel: infoLabelHolder
-		   resizeForLabel: true
-		   adjust: left
-		 )
-		(CheckBoxSpec
-		   label: 'Preview'
-		   name: 'CheckBox2'
-		   layout: (AlignmentOrigin 0 1 17 0 1 0.5)
-		   model: previewVisibleHolder
-		   translateLabel: true
-		 )
-		)
-
-	     )
-	   )
-	  (LabelSpec
-	     label: 'Preview'
-	     name: 'PreviewLabel'
-	     layout: (LayoutFrame 29 0 39 0 129 0 61 0)
-	     level: 0
-	     borderWidth: 1
-	     visibilityChannel: previewVisibleHolder
-	     backgroundColor: (Color 86.9993133440147 86.9993133440147 86.9993133440147)
-	     translateLabel: true
-	   )
-	  (NonScrollableArbitraryComponentSpec
-	     name: 'Preview'
-	     layout: (LayoutFrame 27 0 63 0 444 0 240 0)
-	     level: 1
-	     visibilityChannel: previewVisibleHolder
-	     hasBorder: false
-	     component: ImageView
-	   )
-	  (ActionButtonSpec
-	     label: 'closePreviewButtonImage'
-	     name: 'ClosePreviewButton'
-	     layout: (LayoutFrame 423 0 41 0 443 0 63 0)
-	     visibilityChannel: previewVisibleHolder
-	     hasCharacterOrientedLabel: false
-	     translateLabel: true
-	     model: closePreview
-	   )
-	  )
-
+         collection: (
+          (VariableVerticalPanelSpec
+             name: 'VariableVerticalPanel1'
+             layout: (LayoutFrame 0 0.0 0 0 0 1.0 -65 1)
+             component: 
+            (SpecCollection
+               collection: (
+                (ViewSpec
+                   name: 'Box1'
+                   component: 
+                  (SpecCollection
+                     collection: (
+                      (TextEditorSpec
+                         name: 'TextEditor1'
+                         layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+                         style: (FontDescription arial medium roman 9)
+                         model: noticeLabelHolder
+                         hasHorizontalScrollBar: true
+                         hasVerticalScrollBar: true
+                         isReadOnly: true
+                         hasKeyboardFocusInitially: false
+                         postBuildCallback: postBuildHelpLabel:
+                         viewClassName: 'TextView'
+                       )
+                      )
+                    
+                   )
+                 )
+                (ViewSpec
+                   name: 'Box2'
+                   component: 
+                  (SpecCollection
+                     collection: (
+                      (VerticalPanelViewSpec
+                         name: 'VerticalPanel1'
+                         layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+                         horizontalLayout: fit
+                         verticalLayout: topFit
+                         horizontalSpace: 3
+                         verticalSpace: 3
+                         component: 
+                        (SpecCollection
+                           collection: (
+                            (CheckBoxSpec
+                               label: 'standard styles only'
+                               name: 'CheckBox1'
+                               model: showStandardStylesOnly
+                               translateLabel: true
+                               extent: (Point 562 35)
+                             )
+                            (SequenceViewSpec
+                               name: 'StyleList'
+                               model: selectedStyle
+                               hasHorizontalScrollBar: true
+                               hasVerticalScrollBar: true
+                               doubleClickSelector: doubleClickAt:
+                               useIndex: false
+                               sequenceList: styleList
+                               extent: (Point 562 334)
+                             )
+                            )
+                          
+                         )
+                       )
+                      )
+                    
+                   )
+                 )
+                )
+              
+             )
+             handles: (Any 0.37 1.0)
+           )
+          (ViewSpec
+             name: 'Box3'
+             layout: (LayoutFrame 0 0 -65 1 0 1 0 1)
+             component: 
+            (SpecCollection
+               collection: (
+                (LabelSpec
+                   label: 'Label'
+                   name: 'Label1'
+                   layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+                   translateLabel: true
+                   labelChannel: infoLabelHolder
+                   resizeForLabel: true
+                   adjust: left
+                 )
+                (CheckBoxSpec
+                   label: 'Preview'
+                   name: 'CheckBox2'
+                   layout: (AlignmentOrigin 0 1 17 0 1 0.5)
+                   model: previewVisibleHolder
+                   translateLabel: true
+                 )
+                )
+              
+             )
+           )
+          (LabelSpec
+             label: 'Preview'
+             name: 'PreviewLabel'
+             layout: (LayoutFrame 29 0 39 0 129 0 61 0)
+             level: 0
+             borderWidth: 1
+             visibilityChannel: previewVisibleHolder
+             backgroundColor: (Color 87.0 87.0 87.0)
+             translateLabel: true
+           )
+          (NonScrollableArbitraryComponentSpec
+             name: 'Preview'
+             layout: (LayoutFrame 27 0 63 0 444 0 240 0)
+             level: 1
+             visibilityChannel: previewVisibleHolder
+             hasBorder: false
+             component: ImageView
+           )
+          (ActionButtonSpec
+             label: 'closePreviewButtonImage'
+             name: 'ClosePreviewButton'
+             layout: (LayoutFrame 423 0 41 0 443 0 63 0)
+             visibilityChannel: previewVisibleHolder
+             hasCharacterOrientedLabel: false
+             translateLabel: true
+             model: closePreview
+           )
+          )
+        
        )
      )
 ! !
@@ -18798,10 +18800,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.571 2014-11-23 15:56:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.572 2014-11-27 00:10:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.571 2014-11-23 15:56:04 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.572 2014-11-27 00:10:26 cg Exp $'
+! !
+