UIPainter.st
changeset 2795 4ad46363cf3c
parent 2768 79fbc52bcb69
child 2829 b3bce50bdb18
equal deleted inserted replaced
2794:56fb74312287 2795:4ad46363cf3c
   239 
   239 
   240 #alignSelectionTopAndBottom
   240 #alignSelectionTopAndBottom
   241 'Aligns the selected widgets'' top and bottom edges with the dominant widget.'
   241 'Aligns the selected widgets'' top and bottom edges with the dominant widget.'
   242 
   242 
   243 #centerSelectionHor
   243 #centerSelectionHor
   244 'Centers the selected widgets'' horizontally within their containing widget.'
   244 'Centers the selected widgets horizontally within their containing widget.'
   245 
   245 
   246 #centerSelectionVer
   246 #centerSelectionVer
   247 'Centers the selected widgets'' vertically within their containing widget.'
   247 'Centers the selected widgets vertically within their containing widget.'
   248 
   248 
   249 #changePositionDown
   249 #changePositionDown
   250 'Moves the selected widget(s) towards the bottom.'
   250 'Moves the selected widget(s) towards the bottom.'
   251 
   251 
   252 #changePositionLeft
   252 #changePositionLeft
   452 
   452 
   453 useDefaultColorToggle
   453 useDefaultColorToggle
   454 'Toggle between default and explicit color'
   454 'Toggle between default and explicit color'
   455 
   455 
   456 )
   456 )
       
   457 
       
   458     "Modified: / 28-07-2010 / 10:02:50 / cg"
   457 ! !
   459 ! !
   458 
   460 
   459 !UIPainter class methodsFor:'helpers'!
   461 !UIPainter class methodsFor:'helpers'!
   460 
   462 
   461 convertString:aString maxLineSize:maxCharactersPerLine skipLineFeed:skipLineFeed
   463 convertString:aString maxLineSize:maxCharactersPerLine skipLineFeed:skipLineFeed