changed: #standardButtons
authorClaus Gittinger <cg@exept.de>
Thu, 05 Nov 2009 18:58:33 +0100
changeset 2713 f766f0c6e7d7
parent 2712 cddda688a9f2
child 2714 abaae556bec8
changed: #standardButtons added another proto-button
UISelectionPanel.st
--- a/UISelectionPanel.st	Thu Nov 05 14:55:44 2009 +0100
+++ b/UISelectionPanel.st	Thu Nov 05 18:58:33 2009 +0100
@@ -574,7 +574,7 @@
           label: 'Buttons'
           name: 'Buttons'
           min: (Point 10 10)
-          bounds: (Rectangle 16 52 456 210)
+          bounds: (Rectangle 0 0 440 196)
         )
         component: 
        (SpecCollection
@@ -682,6 +682,13 @@
               isTriggerOnDown: true
               direction: right
             )
+           (ActionButtonSpec
+              label: '...'
+              name: 'Button1'
+              layout: (LayoutFrame 0 0 160 0 20 0 182 0)
+              translateLabel: true
+              model: someAction
+            )
            )
          
         )
@@ -2522,6 +2529,10 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !
 
 UISelectionPanel initialize!