UISpecificationTool.st
changeset 837 51876d557fed
parent 801 50231f23e149
child 845 146b3f78afcb
equal deleted inserted replaced
836:b44c0047291f 837:51876d557fed
   124 
   124 
   125 #beDependentOfRows
   125 #beDependentOfRows
   126 'Make the widget dependent on each row (i.e. rows send change messages).'
   126 'Make the widget dependent on each row (i.e. rows send change messages).'
   127 
   127 
   128 #booleanHolder
   128 #booleanHolder
   129 'Aspect selector or binding for a boolean holder which enables/disables the widget.'
   129 'Aspect selector or binding for a boolean holder which enables the widget.'
   130 
   130 
   131 #borderWidth
   131 #borderWidth
   132 'Defines the width of the border (in pixels).'
   132 'Defines the width of the border (in pixels).'
   133 
   133 
   134 #canvas
   134 #canvas
   169 
   169 
   170 #downAction
   170 #downAction
   171 'Name of the message sent to the application when the down(right)-button is pressed.'
   171 'Name of the message sent to the application when the down(right)-button is pressed.'
   172 
   172 
   173 #enableChannel
   173 #enableChannel
   174 'Aspect selector or binding for a boolean holder which enables/disables the widget.'
   174 'Aspect selector or binding for a boolean holder which enables the widget.'
   175 
   175 
   176 #fileSelectionFilterClas
   176 #fileSelectionFilterClas
   177 'The name of the item class used to create the entries into the hierarchical list.'
   177 'The name of the item class used to create the entries into the hierarchical list.'
   178 
   178 
   179 #fileSelectionTreeRoot
   179 #fileSelectionTreeRoot
   253 
   253 
   254 #labelChannel
   254 #labelChannel
   255 'Aspect selector or binding for a labelString holder.'
   255 'Aspect selector or binding for a labelString holder.'
   256 
   256 
   257 #labelIsImage
   257 #labelIsImage
   258 'If on, the label is the selector if a message providing an imageLabel.'
   258 'Label is actually the selector if a message providing an image-label.'
   259 
   259 
   260 #labelPositionList
   260 #labelPositionList
   261 'Defines the position of the label.'
   261 'Defines the position of the label.'
   262 
   262 
   263 #lampColor
   263 #lampColor
   415 
   415 
   416 #tabWidget
   416 #tabWidget
   417 'Defines the type of the border style of the tab items (Windows style vs. Mac style).'
   417 'Defines the type of the border style of the tab items (Windows style vs. Mac style).'
   418 
   418 
   419 #tabable
   419 #tabable
   420 'If on, the widget can be reached by pressing the TAB key.'
   420 'Widget can be reached by pressing the TAB key.'
   421 
   421 
   422 #translateLabel
   422 #translateLabel
   423 'If on, the label is translated via the resource mechanism to a national language string.'
   423 'Translate the label via the resource mechanism to a national language string.'
   424 
   424 
   425 #typeConverter
   425 #typeConverter
   426 'Defines how the entry string is converted to an object which is passed to the model.'
   426 'Defines how the entry string is converted to an object which is passed to the model.'
   427 
   427 
   428 #upAction
   428 #upAction
   458 #windowLabel
   458 #windowLabel
   459 'Label of the top window.'
   459 'Label of the top window.'
   460 
   460 
   461 )
   461 )
   462 
   462 
   463     "Modified: / 22.4.1998 / 13:45:36 / cg"
   463     "Modified: / 20.5.1998 / 01:59:55 / cg"
   464 ! !
   464 ! !
   465 
   465 
   466 !UISpecificationTool class methodsFor:'interface specs'!
   466 !UISpecificationTool class methodsFor:'interface specs'!
   467 
   467 
   468 windowSpec
   468 windowSpec