UISpecificationTool.st
changeset 1401 f125c85f21e2
parent 1386 5b562fd44e68
child 1414 1c2b4909ba3a
equal deleted inserted replaced
1400:891c5c044e33 1401:f125c85f21e2
   129 'Aspect selector or binding for a background color holder.'
   129 'Aspect selector or binding for a background color holder.'
   130 
   130 
   131 #backgroundColor
   131 #backgroundColor
   132 'Defines the background color of the widget.'
   132 'Defines the background color of the widget.'
   133 
   133 
       
   134 #barWidth
       
   135 'Defines the width of the separating bar between views (in pixels).'
       
   136 
   134 #beDefault
   137 #beDefault
   135 'Show a default (-return) bitmap after the label.'
   138 'Show a default (-return) bitmap after the label.'
   136 
   139 
   137 #beDependentOfRows
   140 #beDependentOfRows
   138 'Make the widget dependent on each row (ie rows send change messages).'
   141 'Make the widget dependent on each row (ie rows send change messages).'
   318 'range start y'
   321 'range start y'
   319 
   322 
   320 #glxGraphYStep
   323 #glxGraphYStep
   321 'range step y'
   324 'range step y'
   322 
   325 
       
   326 #handlePosition
       
   327 'The postion of the handle (Default means: as specified by viewStyle).'
       
   328 
       
   329 #snapMode
       
   330 'Show a quick-resize snap handle'
       
   331 
   323 #has3Dseparators
   332 #has3Dseparators
   324 'Enable 3D-look row/column separators.'
   333 'Enable 3D-look row/column separators.'
   325 
   334 
   326 #hasBorder
   335 #hasBorder
   327 'Draw a border around the widget - ignored in 3D view styles (ST80 compatibility).'
   336 'Draw a border around the widget - ignored in 3D view styles (ST80 compatibility).'
   489 'Removes that appletParameter.'
   498 'Removes that appletParameter.'
   490 
   499 
   491 #paramValueField
   500 #paramValueField
   492 'The value of the appletParameter.'
   501 'The value of the appletParameter.'
   493 
   502 
       
   503 #postBuildChannel
       
   504 'Callback to application; invoked after creation of this widget.'
       
   505 
   494 #progressValueHolder
   506 #progressValueHolder
   495 'Aspect selector or binding for a holder on the indicators value.'
   507 'Aspect selector or binding for a holder on the indicators value.'
   496 
   508 
   497 #radioButtonGroup
   509 #radioButtonGroup
   498 'Aspect selector or binding providing the radioButton group-model.'
   510 'Aspect selector or binding providing the radioButton group-model.'
   541 
   553 
   542 #showDirectoryIndicatorForRoot
   554 #showDirectoryIndicatorForRoot
   543 'Show/hide the directory indicator for the root item.'
   555 'Show/hide the directory indicator for the root item.'
   544 
   556 
   545 #showHandle
   557 #showHandle
   546 'Show resize-handles.'
   558 'Show resize-handles (Default means: as specified by viewStyle).'
   547 
   559 
   548 #showLabels
   560 #showLabels
   549 'Show/hide column labels.'
   561 'Show/hide column labels.'
   550 
   562 
   551 #showLamp
   563 #showLamp