UIPainter.st
changeset 1545 4f8b08f745eb
parent 1540 dda0bf556ebc
child 1554 d5e4612bf7cf
equal deleted inserted replaced
1544:1048b548abfa 1545:4f8b08f745eb
    96     ^'NewApplication'
    96     ^'NewApplication'
    97 
    97 
    98 ! !
    98 ! !
    99 
    99 
   100 !UIPainter class methodsFor:'help specs'!
   100 !UIPainter class methodsFor:'help specs'!
       
   101 
       
   102 flyByHelpSpec
       
   103     <resource: #help>
       
   104 
       
   105     ^super flyByHelpSpec addPairsFrom:#(
       
   106 
       
   107 #alignSelectionBottom
       
   108 'Align bottom edges'
       
   109 
       
   110 #alignSelectionCenterHor
       
   111 'Align centers vertically'
       
   112 
       
   113 #alignSelectionCenterVer
       
   114 'Align centers horizontally'
       
   115 
       
   116 #alignSelectionLeft
       
   117 'Align left edges'
       
   118 
       
   119 #alignSelectionLeftAndRight
       
   120 'Align horizontal edges'
       
   121 
       
   122 #alignSelectionRight
       
   123 'Align right edges'
       
   124 
       
   125 #alignSelectionTop
       
   126 'Align top edges'
       
   127 
       
   128 #alignSelectionTopAndBottom
       
   129 'Align vertical edges'
       
   130 
       
   131 #centerSelectionHor
       
   132 'Center horizontally'
       
   133 
       
   134 #centerSelectionVer
       
   135 'Center vertically'
       
   136 
       
   137 #changePositionDown
       
   138 'Move towards bottom.'
       
   139 
       
   140 #changePositionLeft
       
   141 'Move towards left.'
       
   142 
       
   143 #changePositionRight
       
   144 'Move towards right.'
       
   145 
       
   146 #changePositionUp
       
   147 'Move towards top.'
       
   148 
       
   149 #editDimensionCopyExtent
       
   150 'Copy extent'
       
   151 
       
   152 #editDimensionCopyLayout
       
   153 'Copy layout'
       
   154 
       
   155 #editDimensionPasteExtent
       
   156 'Paste extent'
       
   157 
       
   158 #editDimensionPasteHeight
       
   159 'Paste height'
       
   160 
       
   161 #editDimensionPasteLayout
       
   162 'Paste layout'
       
   163 
       
   164 #editDimensionPasteWidth
       
   165 'Paste width'
       
   166 
       
   167 #editInspectSpec
       
   168 'Inspect spec'
       
   169 
       
   170 #editInspectView
       
   171 'Onspect view'
       
   172 
       
   173 #editOpenSpecDocumentation
       
   174 'WidgetDocumentation'
       
   175 
       
   176 #fileBrowseAspectMethods
       
   177 'Browse aspects'
       
   178 
       
   179 #fileLoad
       
   180 'Load spec'
       
   181 
       
   182 #fileLoadSubspec
       
   183 'Load subSpec'
       
   184 
       
   185 #fileNew
       
   186 'New spec'
       
   187 
       
   188 #filePickAnInterface
       
   189 'Pick spec'
       
   190 
       
   191 #fileSave
       
   192 'Save spec'
       
   193 
       
   194 #fileSaveAs
       
   195 'Save spec'
       
   196 
       
   197 #fileShowWindowSpec
       
   198 'View spec.'
       
   199 
       
   200 #generateAspectMethods
       
   201 'Generate aspects'
       
   202 
       
   203 #generateHookMethods
       
   204 'Generate hooks'
       
   205 
       
   206 #moveWidgetDown
       
   207 'Move down'
       
   208 
       
   209 #moveWidgetInto
       
   210 'Move into'
       
   211 
       
   212 #moveWidgetOut
       
   213 'Move out'
       
   214 
       
   215 #moveWidgetUp
       
   216 'Move up'
       
   217 
       
   218 #pasteBuffer
       
   219 'Paste'
       
   220 
       
   221 #pasteWithLayout
       
   222 'Paste with layout'
       
   223 
       
   224 #settingsCanvas
       
   225 'Toggle canvas.'
       
   226 
       
   227 #settingsGallery
       
   228 'Toggle gallery'
       
   229 
       
   230 #spreadSelectionHor
       
   231 'Spread horizontally'
       
   232 
       
   233 #spreadSelectionVer
       
   234 'Spread vertically'
       
   235 
       
   236 #testGeometryTestMode
       
   237 'Toggle test mode'
       
   238 
       
   239 #testStartApplication
       
   240 'Start application'
       
   241 
       
   242 )
       
   243 !
   101 
   244 
   102 helpSpec
   245 helpSpec
   103     "This resource specification was automatically generated
   246     "This resource specification was automatically generated
   104      by the UIHelpTool of ST/X."
   247      by the UIHelpTool of ST/X."
   105 
   248