UISpecificationTool.st
changeset 1176 d74bb0388a1e
parent 1166 ee8ff9acf223
child 1181 074051c3fb70
equal deleted inserted replaced
1175:4edc5d15e3b6 1176:d74bb0388a1e
   174 'Opens a Table Columns Builder.'
   174 'Opens a Table Columns Builder.'
   175 
   175 
   176 #columnHolder
   176 #columnHolder
   177 'Aspect selector or binding for a holder on the list of the column descriptions.'
   177 'Aspect selector or binding for a holder on the list of the column descriptions.'
   178 
   178 
       
   179 #componentsChangeSize
       
   180 'Recompute layout when any component changes its size.'
       
   181 
   179 #converter
   182 #converter
   180 'Method in the application returning a typeconverter.'
   183 'Method in the application returning a typeconverter.'
   181 
   184 
       
   185 #dblClickChannel
       
   186 'Aspect selector or binding for a holder on the double-clicked item.'
       
   187 
   182 #defaultLabel
   188 #defaultLabel
   183 'Default label (used, if nothing selected).'
   189 'Default label (used, if nothing selected).'
   184 
   190 
   185 #document
   191 #document
   186 'Aspect selector or binding for a holder of the URL of the document.'
   192 'Aspect selector or binding for a holder of the URL of the document.'
   187 
   193 
   188 #dblClickChannel
       
   189 'Aspect selector or binding for a holder on the double-clicked item.'
       
   190 
       
   191 #doubleClickSelector
   194 #doubleClickSelector
   192 'Message sent to the application upon double click.'
   195 'Message sent to the application upon double click.'
   193 
   196 
   194 #downAction
   197 #downAction
   195 'Name of the message sent to the application when the down(right)-button is pressed.'
   198 'Name of the message sent to the application when the down(right)-button is pressed.'
   333 'Defines the step used with cursor keys.'
   336 'Defines the step used with cursor keys.'
   334 
   337 
   335 #label
   338 #label
   336 'The label of the widget.'
   339 'The label of the widget.'
   337 
   340 
       
   341 #labelAlignment
       
   342 'Specifies how the labels logo is positioned within the Label.'
       
   343 
   338 #labelChannel
   344 #labelChannel
   339 'Aspect selector or binding for a labelString holder.'
   345 'Aspect selector or binding for a labelString holder.'
   340 
   346 
   341 #labelAlignment
       
   342 'Specifies how the labels logo is positioned within the Label.'
       
   343 
       
   344 #labelIsImage
   347 #labelIsImage
   345 'Label is actually the selector if a message providing an image-label.'
   348 'Label is actually the selector if a message providing an image-label.'
   346 
   349 
   347 #labelPositionList
   350 #labelPositionList
   348 'Defines the position of the label.'
   351 'Defines the position of the label.'
   525 'Defines the ranges maximum.'
   528 'Defines the ranges maximum.'
   526 
   529 
   527 #supportsExpandAll
   530 #supportsExpandAll
   528 'Enable/disable the expand-all function'
   531 'Enable/disable the expand-all function'
   529 
   532 
       
   533 #tabLabels
       
   534 'Name of the message sent to the application returning a list of labels for the tab items.'
       
   535 
       
   536 #tabOrientation
       
   537 'Defines the side for the arrangement of the tab items.'
       
   538 
       
   539 #tabWidget
       
   540 'Defines the type of the border style of the tab items (Windows style vs. Mac style).'
       
   541 
       
   542 #tabable
       
   543 'Widget can be reached by pressing the TAB key.'
       
   544 
   530 #tabbedOverEndAction
   545 #tabbedOverEndAction
   531 'Method invoked when the end was reached by tabbing.'
   546 'Method invoked when the end was reached by tabbing.'
   532 
   547 
   533 #tabbedOverStartAction
   548 #tabbedOverStartAction
   534 'Method invoked when the beginning was reached by tabbing.'
   549 'Method invoked when the beginning was reached by tabbing.'
   535 
       
   536 #tabLabels
       
   537 'Name of the message sent to the application returning a list of labels for the tab items.'
       
   538 
       
   539 #tabOrientation
       
   540 'Defines the side for the arrangement of the tab items.'
       
   541 
       
   542 #tabWidget
       
   543 'Defines the type of the border style of the tab items (Windows style vs. Mac style).'
       
   544 
       
   545 #tabable
       
   546 'Widget can be reached by pressing the TAB key.'
       
   547 
   550 
   548 #translateLabel
   551 #translateLabel
   549 'Translate the label via the resource mechanism to a national language string.'
   552 'Translate the label via the resource mechanism to a national language string.'
   550 
   553 
   551 #typeConverter
   554 #typeConverter