UISpecificationTool.st
changeset 1473 3a437483e5fd
parent 1414 1c2b4909ba3a
child 1495 d26c7d654003
equal deleted inserted replaced
1472:283c85ffefe0 1473:3a437483e5fd
    79     <resource: #help>
    79     <resource: #help>
    80 
    80 
    81     ^super helpSpec addPairsFrom:#(
    81     ^super helpSpec addPairsFrom:#(
    82 
    82 
    83 #acceptChannel
    83 #acceptChannel
    84 'Aspect selector or binding for accepting the entry.'
    84 'Aspect selector or binding for a triggerValue to force accept.'
       
    85 
       
    86 #acceptIfUnchanged
       
    87 'Accept even if text is unchanged.'
    85 
    88 
    86 #acceptImmediate
    89 #acceptImmediate
    87 'Enable sending of the entered string to the model with every key press.'
    90 'Enable sending of the entered string to the model with every key press.'
    88 
    91 
    89 #acceptOnLeave
    92 #acceptOnLeave
   540 'Select whole row, if unselectable column is selected.'
   543 'Select whole row, if unselectable column is selected.'
   541 
   544 
   542 #selectionHolder
   545 #selectionHolder
   543 'Aspect selector or binding for a holder on the selection.'
   546 'Aspect selector or binding for a holder on the selection.'
   544 
   547 
       
   548 selectInitially
       
   549 'Text is initially selected.'
       
   550 
   545 #setMaxExtent
   551 #setMaxExtent
   546 'Pick the maximum extent from the canvases current extent.'
   552 'Pick the maximum extent from the canvases current extent.'
   547 
   553 
   548 #setMinExtent
   554 #setMinExtent
   549 'Pick the minimum extent from the canvases current extent.'
   555 'Pick the minimum extent from the canvases current extent.'
   626 #tabbedOverEndAction
   632 #tabbedOverEndAction
   627 'Method invoked when the end was reached by tabbing.'
   633 'Method invoked when the end was reached by tabbing.'
   628 
   634 
   629 #tabbedOverStartAction
   635 #tabbedOverStartAction
   630 'Method invoked when the beginning was reached by tabbing.'
   636 'Method invoked when the beginning was reached by tabbing.'
       
   637 
       
   638 #textModel
       
   639 'Aspect selector or binding providing the model of the widget; (string-valued, unless a type/converter is given).'
   631 
   640 
   632 #translateLabel
   641 #translateLabel
   633 'Translate the label via the resource mechanism to a national language string.'
   642 'Translate the label via the resource mechanism to a national language string.'
   634 
   643 
   635 #typeConverter
   644 #typeConverter