diff -r 15184a3a00e1 -r 9e710dbc7c92 UILayoutTool.st --- a/UILayoutTool.st Fri Mar 19 13:24:33 1999 +0100 +++ b/UILayoutTool.st Fri Mar 19 15:12:25 1999 +0100 @@ -225,6 +225,8 @@ #model: #leftFraction #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#ActionButtonSpec #name: 'actionRelativeLeft' @@ -240,6 +242,8 @@ #model: #leftOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#ActionButtonSpec #name: 'actionAbsoluteLeft' @@ -260,6 +264,8 @@ #model: #topFraction #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#ActionButtonSpec #name: 'actionRelativeTop' @@ -275,6 +281,8 @@ #model: #topOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#ActionButtonSpec #name: 'actionAbsoluteTop' @@ -345,6 +353,8 @@ #model: #leftOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#LabelSpec #name: 'labelOriginX' @@ -359,6 +369,8 @@ #model: #topOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) ) ) @@ -435,6 +447,12 @@ !UILayoutTool methodsFor:'accessing'! +acceptChannel + "return the value of the instance variable 'acceptChannel' (automatically generated)" + + ^ masterApplication acceptChannel +! + layout "returns configued layout or nil " @@ -875,6 +893,8 @@ #model: #leftAlignmentFraction #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#InputFieldSpec #name: 'topAlignmentFractionField' @@ -884,6 +904,8 @@ #model: #topAlignmentFraction #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#DividerSpec #name: 'separator1' @@ -1186,6 +1208,8 @@ #model: #leftOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#LabelSpec #name: 'labelHeight' @@ -1201,6 +1225,8 @@ #model: #rightOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) ) ) @@ -1341,6 +1367,8 @@ #model: #rightFraction #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#ActionButtonSpec #name: 'actionRelativeRight' @@ -1355,6 +1383,8 @@ #model: #rightOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#ActionButtonSpec #name: 'actionAbsoluteRight' @@ -1374,6 +1404,8 @@ #model: #bottomFraction #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#ActionButtonSpec #name: 'actionRelativeBottom' @@ -1388,6 +1420,8 @@ #model: #bottomOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#ActionButtonSpec #name: 'actionAbsoluteBottom' @@ -1652,6 +1686,8 @@ #model: #rightOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) #(#LabelSpec #name: 'labelCornerX' @@ -1667,6 +1703,8 @@ #model: #bottomOffset #group: #inputGroup #type: #numberOrNil + #acceptChannel: #acceptChannel + #modifiedChannel: #modifiedChannel ) ) )