UIPainter.st
changeset 935 43e8ce3b62ca
parent 934 b32cfce56571
child 938 6474ca79b6ad
equal deleted inserted replaced
934:b32cfce56571 935:43e8ce3b62ca
   222 
   222 
   223 #generateHookMethods
   223 #generateHookMethods
   224 'Generates startup/release methods. (#closeRequest, #postBuildWith:, #postOpenWith:)'
   224 'Generates startup/release methods. (#closeRequest, #postBuildWith:, #postOpenWith:)'
   225 
   225 
   226 #helpExamples
   226 #helpExamples
   227 'Opens a HTML-Browser on the documentation file with some examples of the GUI Painter.'
   227 'Show some examples uses of the GUI Painter.'
   228 
   228 
   229 #helpFunctions
   229 #helpFunctions
   230 'Opens a HTML-Browser on the documentation file with the functions of the GUI Painter.'
   230 'Show the documentation on the GUI Painters menu and button functions.'
   231 
   231 
   232 #helpLayoutTool
   232 #helpLayoutTool
   233 'Opens a HTML-Browser on the documentation file of the Layout Tool.'
   233 'Show the Layout Tools documentation.'
   234 
   234 
   235 #helpSelectedWidget
   235 #helpSelectedWidget
   236 'Opens a HTML-Browser on the documentation file of the selected widget.'
   236 'Show the documentation of the selected widget.'
       
   237 
       
   238 #helpTutorial
       
   239 'Show the GUI Painters documentation.'
   237 
   240 
   238 #historyMenuItem
   241 #historyMenuItem
   239 'Edit this windowSpec.'
   242 'Edit this windowSpec.'
   240 
   243 
   241 #moveWidgetDown
   244 #moveWidgetDown
   289 #testStartApplication
   292 #testStartApplication
   290 'Starts the application with the current window spec.'
   293 'Starts the application with the current window spec.'
   291 
   294 
   292 )
   295 )
   293 
   296 
   294     "Modified: / 31.7.1998 / 19:24:19 / cg"
   297     "Modified: / 31.7.1998 / 19:29:53 / cg"
   295 ! !
   298 ! !
   296 
   299 
   297 !UIPainter class methodsFor:'helpers'!
   300 !UIPainter class methodsFor:'helpers'!
   298 
   301 
   299 convertString:aString maxLineSize:maxCharactersPerLine skipLineFeed:skipLineFeed
   302 convertString:aString maxLineSize:maxCharactersPerLine skipLineFeed:skipLineFeed