diff -r 7435d111bb09 -r 8c15098c3469 UIPainter.st --- a/UIPainter.st Wed Apr 11 13:49:57 2001 +0200 +++ b/UIPainter.st Wed Apr 11 15:56:59 2001 +0200 @@ -699,17 +699,13 @@ #name: 'GUI Painter' #min: #(#Point 560 460) #max: #(#Point 1160 870) - #bounds: #(#Rectangle 12 22 620 545) + #bounds: #(#Rectangle 16 46 624 569) #menu: #menu ) #component: #(#SpecCollection #collection: #( #(#MenuPanelSpec - #attributes: - #(#tabable - true - ) #name: 'menuToolbarView' #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 32 0) #tabable: true @@ -740,10 +736,6 @@ #(#SpecCollection #collection: #( #(#MenuPanelSpec - #attributes: - #(#tabable - true - ) #name: 'menuToolbar2View' #layout: #(#LayoutFrame -1 0.0 -2 0 -1 1.0 30 0) #enableChannel: #canMoveOrAlignSelection @@ -761,10 +753,6 @@ #(#SpecCollection #collection: #( #(#ArrowButtonSpec - #attributes: - #(#tabable - true - ) #name: 'MoveLeftButton' #activeHelpKey: #changePositionLeft #tabable: true @@ -775,10 +763,6 @@ #useDefaultExtent: true ) #(#ArrowButtonSpec - #attributes: - #(#tabable - true - ) #name: 'MoveRightButton' #activeHelpKey: #changePositionRight #tabable: true @@ -790,10 +774,6 @@ #useDefaultExtent: true ) #(#ArrowButtonSpec - #attributes: - #(#tabable - true - ) #name: 'MoveDownButton' #activeHelpKey: #changePositionDown #tabable: true @@ -805,10 +785,6 @@ #useDefaultExtent: true ) #(#ArrowButtonSpec - #attributes: - #(#tabable - true - ) #name: 'MoveUpButton' #activeHelpKey: #changePositionUp #tabable: true @@ -824,10 +800,6 @@ ) ) #(#ActionButtonSpec - #attributes: - #(#tabable - true - ) #label: 'helpIcon' #name: 'openWidgetDocumentationButton' #layout: #(#LayoutFrame -28 1 -1 0 0 1 28 0) @@ -837,10 +809,6 @@ #model: #doOpenWidgetDocumentation ) #(#NoteBookViewSpec - #attributes: - #(#tabable - true - ) #name: 'noteBook' #layout: #(#LayoutFrame 0 0.0 34 0.0 0 1.0 -30 1.0) #enableChannel: #enableChannel @@ -849,31 +817,38 @@ #menu: #tabList #canvas: #noteBookView ) - #(#ActionButtonSpec - #attributes: - #(#tabable - true + #(#HorizontalPanelViewSpec + #name: 'HorizontalPanel1' + #layout: #(#LayoutFrame 2 0 -28 1 -2 1 -2 1) + #horizontalLayout: #center + #verticalLayout: #center + #horizontalSpace: 3 + #verticalSpace: 3 + #reverseOrderIfOKAtLeft: true + #component: + #(#SpecCollection + #collection: #( + #(#ActionButtonSpec + #label: 'Cancel' + #name: 'cancelButton' + #activeHelpKey: #commitCancel + #tabable: true + #model: #cancel + #enableChannel: #modifiedChannel + #extent: #(#Point 201 24) + ) + #(#ActionButtonSpec + #label: 'OK' + #name: 'acceptButton' + #activeHelpKey: #commitOK + #tabable: true + #model: #accept + #enableChannel: #modifiedChannel + #extent: #(#Point 201 24) + ) + ) + ) - #label: 'Cancel' - #name: 'cancelButton' - #layout: #(#LayoutFrame 2 0 -26 1 -1 0.5 -2 1) - #activeHelpKey: #commitCancel - #tabable: true - #model: #cancel - #enableChannel: #modifiedChannel - ) - #(#ActionButtonSpec - #attributes: - #(#tabable - true - ) - #label: 'OK' - #name: 'acceptButton' - #layout: #(#LayoutFrame 1 0.5 -26 1 -2 1 -2 1) - #activeHelpKey: #commitOK - #tabable: true - #model: #accept - #enableChannel: #modifiedChannel ) )