UILayoutTool.st
changeset 186 23d754f0864b
parent 185 10b797de4c2d
child 201 b10f071028cb
equal deleted inserted replaced
185:10b797de4c2d 186:23d754f0864b
  1250 
  1250 
  1251   ^ layout
  1251   ^ layout
  1252 
  1252 
  1253 ! !
  1253 ! !
  1254 
  1254 
  1255 !UILayoutTool::LayoutFrame methodsFor:'actions'!
       
  1256 
       
  1257 absoluteBottom
       
  1258     "automatically generated by UIPainter ..."
       
  1259 
       
  1260     "action to be added ..."
       
  1261     Transcript showCR:self class name , ': action for absoluteBottom ...'.
       
  1262 !
       
  1263 
       
  1264 absoluteRight
       
  1265     "automatically generated by UIPainter ..."
       
  1266 
       
  1267     "action to be added ..."
       
  1268     Transcript showCR:self class name , ': action for absoluteRight ...'.
       
  1269 !
       
  1270 
       
  1271 relativeBottom
       
  1272     "automatically generated by UIPainter ..."
       
  1273 
       
  1274     "action to be added ..."
       
  1275     Transcript showCR:self class name , ': action for relativeBottom ...'.
       
  1276 !
       
  1277 
       
  1278 relativeRight
       
  1279     "automatically generated by UIPainter ..."
       
  1280 
       
  1281     "action to be added ..."
       
  1282     Transcript showCR:self class name , ': action for relativeRight ...'.
       
  1283 ! !
       
  1284 
       
  1285 !UILayoutTool::LayoutFrame methodsFor:'aspects'!
       
  1286 
       
  1287 bottomFraction
       
  1288     "automatically generated by UIPainter ..."
       
  1289 
       
  1290     |holder|
       
  1291 
       
  1292     (holder := builder bindingAt:#bottomFraction) isNil ifTrue:[
       
  1293         builder aspectAt:#bottomFraction put:(holder :=  ValueHolder new).
       
  1294     ].
       
  1295     ^ holder
       
  1296 !
       
  1297 
       
  1298 bottomOffset
       
  1299     "automatically generated by UIPainter ..."
       
  1300 
       
  1301     |holder|
       
  1302 
       
  1303     (holder := builder bindingAt:#bottomOffset) isNil ifTrue:[
       
  1304         builder aspectAt:#bottomOffset put:(holder :=  ValueHolder new).
       
  1305     ].
       
  1306     ^ holder
       
  1307 !
       
  1308 
       
  1309 rightFraction
       
  1310     "automatically generated by UIPainter ..."
       
  1311 
       
  1312     |holder|
       
  1313 
       
  1314     (holder := builder bindingAt:#rightFraction) isNil ifTrue:[
       
  1315         builder aspectAt:#rightFraction put:(holder :=  ValueHolder new).
       
  1316     ].
       
  1317     ^ holder
       
  1318 !
       
  1319 
       
  1320 rightOffset
       
  1321     "automatically generated by UIPainter ..."
       
  1322 
       
  1323     |holder|
       
  1324 
       
  1325     (holder := builder bindingAt:#rightOffset) isNil ifTrue:[
       
  1326         builder aspectAt:#rightOffset put:(holder :=  ValueHolder new).
       
  1327     ].
       
  1328     ^ holder
       
  1329 ! !
       
  1330 
       
  1331 !UILayoutTool::LayoutOrigin class methodsFor:'interface specs'!
  1255 !UILayoutTool::LayoutOrigin class methodsFor:'interface specs'!
  1332 
  1256 
  1333 windowSpec
  1257 windowSpec
  1334     "this window spec was automatically generated by the ST/X UIPainter"
  1258     "this window spec was automatically generated by the ST/X UIPainter"
  1335 
  1259