# HG changeset patch # User Claus Gittinger # Date 1257443913 -3600 # Node ID f766f0c6e7d7339310fc96113876671fabe0116d # Parent cddda688a9f20ed8d090ebcbf6f74788a17aa49a changed: #standardButtons added another proto-button diff -r cddda688a9f2 -r f766f0c6e7d7 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!