UIPainter.st
changeset 3564 e4cff94154d2
parent 3539 dc215e6be73a
child 3648 474d54e24cab
equal deleted inserted replaced
3563:9d419a3f766a 3564:e4cff94154d2
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1995-1998 by eXept Software AG
     4  COPYRIGHT (c) 1995-1998 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   202 
   204 
   203 #alignSelectionTopAndBottom
   205 #alignSelectionTopAndBottom
   204 'Aligns the selected widgets'' top and bottom edges with the dominant widget'
   206 'Aligns the selected widgets'' top and bottom edges with the dominant widget'
   205 
   207 
   206 #alignToGrid
   208 #alignToGrid
   207 'Am Raster ausrichten'
   209 'Align to grid'
   208 
   210 
   209 #centerSelectionHor
   211 #centerSelectionHor
   210 'Centers the selected widgets horizontally within their containing widget'
   212 'Centers the selected widgets horizontally within their containing widget'
   211 
   213 
   212 #centerSelectionVer
   214 #centerSelectionVer
   225 'Moves the selected widget(s) towards the top (by %1 pixels)'
   227 'Moves the selected widget(s) towards the top (by %1 pixels)'
   226 
   228 
   227 #'changeMoveDelta'
   229 #'changeMoveDelta'
   228 'Click to change the delta by which the buttons to the left move the selected widget(s)'
   230 'Click to change the delta by which the buttons to the left move the selected widget(s)'
   229 
   231 
   230 #drawEdit
       
   231 ''
       
   232 
       
   233 #editBrowseViewClass
   232 #editBrowseViewClass
   234 'Opens a browser on the class of the selected widget'
   233 'Opens a browser on the class of the selected widget'
   235 
   234 
   236 #editDimensionCopyExtent
   235 #editDimensionCopyExtent
   237 'Copies the extent of the selected widget'
   236 'Copies the extent of the selected widget'
   348 'Pick a color from the screen'
   347 'Pick a color from the screen'
   349 
   348 
   350 #recentlyUsedColors
   349 #recentlyUsedColors
   351 'Pick a recently used color'
   350 'Pick a recently used color'
   352 
   351 
   353 #referToConfigDatabase
       
   354 ''
       
   355 
       
   356 #settingsAspectsAsInstances
   352 #settingsAspectsAsInstances
   357 'Generate aspects as instance variables (or bindings, if off)'
   353 'Generate aspects as instance variables (or bindings, if off)'
   358 
   354 
   359 #settingsCanvas
   355 #settingsCanvas
   360 'Shows or hides the canvas window'
   356 'Shows or hides the canvas window'
   433 
   429 
   434 #concreteFontsSize
   430 #concreteFontsSize
   435 'Choose a font size (in points, not pixels)'
   431 'Choose a font size (in points, not pixels)'
   436 
   432 
   437 )
   433 )
       
   434 
       
   435     "Modified: / 01-06-2018 / 12:41:23 / Claus Gittinger"
   438 ! !
   436 ! !
   439 
   437 
   440 !UIPainter class methodsFor:'helpers'!
   438 !UIPainter class methodsFor:'helpers'!
   441 
   439 
   442 convertString:aString maxLineSize:maxCharactersPerLine skipLineFeed:skipLineFeed
   440 convertString:aString maxLineSize:maxCharactersPerLine skipLineFeed:skipLineFeed