checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 04 Oct 1997 16:14:08 +0200
changeset 324 2898d6c12330
parent 323 8b98ae257e5c
child 325 96afb093c479
checkin from browser
UISelectionPanel.st
--- a/UISelectionPanel.st	Thu Oct 02 13:33:34 1997 +0200
+++ b/UISelectionPanel.st	Sat Oct 04 16:14:08 1997 +0200
@@ -408,25 +408,25 @@
                     #'label:' 'CheckBox'
                 )
                  #(#ActionButtonSpec
-                    #'name:' 'ok'
+                    #'name:' 'Button - ok'
                     #'layout:' #(#LayoutFrame 20 0 46 0 119 0 68 0)
                     #'label:' 'ok'
                     #'model:' #accept
                 )
                  #(#ActionButtonSpec
-                    #'name:' 'cancel'
+                    #'name:' 'Button - cancel'
                     #'layout:' #(#LayoutFrame 20 0 77 0 119 0 99 0)
                     #'label:' 'cancel'
                     #'model:' #cancel
                 )
                  #(#ActionButtonSpec
-                    #'name:' 'help'
+                    #'name:' 'Button - help'
                     #'layout:' #(#LayoutFrame 20 0 108 0 119 0 130 0)
                     #'label:' 'help'
                     #'model:' #help
                 )
                  #(#ActionButtonSpec
-                    #'name:' 'actionButton1'
+                    #'name:' 'Button - close'
                     #'layout:' #(#LayoutFrame 20 0 139 0 119 0 161 0)
                     #'label:' 'dismiss'
                     #'model:' #closeRequest
@@ -435,7 +435,7 @@
           )
       )
 
-    "Modified: 2.10.1997 / 12:32:19 / cg"
+    "Modified: 4.10.1997 / 15:06:03 / cg"
 !
 
 standardCanvas
@@ -1660,38 +1660,34 @@
        #(#FullSpec
           #'window:' 
            #(#WindowSpec
-              #'name:' 'uIPainterView'
-              #'layout:' #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+              #'name:' 'Interface Builder'
+              #'layout:' #(#LayoutFrame 22 0 236 0 401 0 506 0)
               #'label:' 'Interface Builder'
-              #'bounds:' #(#Rectangle 0 0 380 271)
+              #'min:' #(#Point 10 10)
+              #'max:' #(#Point 1280 1024)
+              #'bounds:' #(#Rectangle 22 236 402 507)
           )
           #'component:' 
            #(#SpecCollection
               #'collection:' 
                #(
                  #(#ArbitraryComponentSpec
-                    #'name:' 'arbitraryComponent1'
+                    #'name:' 'ClockView'
                     #'layout:' #(#LayoutFrame 11 0 11 0 125 0 123 0)
                     #'component:' #ClockView
-                    #'hasHorizontalScrollBar:' false
-                    #'hasVerticalScrollBar:' false
                     #'hasBorder:' false
-                    #'miniScrollerHorizontal:' false
-                    #'miniScrollerVertical:' false
                 )
                  #(#ArbitraryComponentSpec
-                    #'name:' 'arbitraryComponent2'
-                    #'layout:' #(#LayoutFrame 136 0 10 0 240 0 33 0)
+                    #'name:' 'DigitalClockView'
+                    #'layout:' #(#LayoutOrigin 136 0 11 0)
                     #'component:' #DigitalClockView
-                    #'hasHorizontalScrollBar:' false
-                    #'hasVerticalScrollBar:' false
                     #'hasBorder:' false
-                    #'miniScrollerHorizontal:' false
-                    #'miniScrollerVertical:' false
                 )
               )
           )
       )
+
+    "Modified: 4.10.1997 / 15:12:27 / cg"
 !
 
 funSpec