UISpecificationTool.st
changeset 1190 237c82b3b0fc
parent 1181 074051c3fb70
child 1296 a2e403565be2
equal deleted inserted replaced
1189:0e7e286f864c 1190:237c82b3b0fc
   210 'Optional Message with two arguments, the DropSource and the view, called to start your own handler'
   210 'Optional Message with two arguments, the DropSource and the view, called to start your own handler'
   211 
   211 
   212 #dragStartArgument
   212 #dragStartArgument
   213 'Optional user defined argument stored in the DropSource'
   213 'Optional user defined argument stored in the DropSource'
   214 
   214 
       
   215 #drawBoxChannel
       
   216 'Boolean aspect which controls box-display.'
       
   217 
       
   218 #drawNormalsChannel
       
   219 'Boolean aspect which controls normals-display.'
       
   220 
   215 #dropArgument
   221 #dropArgument
   216 'Optional user defined argument stored in the DropTarget'
   222 'Optional user defined argument stored in the DropTarget'
   217 
   223 
   218 #dropCanCheck
   224 #dropCanCheck
   219 'Message with one argument, the DropContext, to asked if the context could be dropped'
   225 'Message with one argument, the DropContext, to asked if the context could be dropped'
   270 'Aspect selector or binding for a holder which gets the windowSpec of the selected widget.'
   276 'Aspect selector or binding for a holder which gets the windowSpec of the selected widget.'
   271 
   277 
   272 #gallerySelectors
   278 #gallerySelectors
   273 'Name of the message sent to the application returning a list of resource spec selectors.'
   279 'Name of the message sent to the application returning a list of resource spec selectors.'
   274 
   280 
       
   281 #glxGraphXMax
       
   282 'range end x'
       
   283 
       
   284 #glxGraphXMin
       
   285 'range start x'
       
   286 
       
   287 #glxGraphXStep
       
   288 'range step x'
       
   289 
       
   290 #glxGraphYMax
       
   291 'range end y'
       
   292 
       
   293 #glxGraphYMin
       
   294 'range start y'
       
   295 
       
   296 #glxGraphYStep
       
   297 'range step y'
       
   298 
   275 #has3Dseparators
   299 #has3Dseparators
   276 'Enable 3D-look row/column separators.'
   300 'Enable 3D-look row/column separators.'
   277 
   301 
   278 #hasBorder
   302 #hasBorder
   279 'Draw a border around the widget - ignored in 3D view styles (ST80 compatibility).'
   303 'Draw a border around the widget - ignored in 3D view styles (ST80 compatibility).'
   483 'Pick the maximum extent from the canvases current extent.'
   507 'Pick the maximum extent from the canvases current extent.'
   484 
   508 
   485 #setMinExtent
   509 #setMinExtent
   486 'Pick the minimum extent from the canvases current extent.'
   510 'Pick the minimum extent from the canvases current extent.'
   487 
   511 
       
   512 #showBox
       
   513 'Display a bounding box.'
       
   514 
   488 #showDirectoryIndicator
   515 #showDirectoryIndicator
   489 'Show/hide directory indicators for non-empty directories.'
   516 'Show/hide directory indicators for non-empty directories.'
   490 
   517 
   491 #showDirectoryIndicatorForRoot
   518 #showDirectoryIndicatorForRoot
   492 'Show/hide the directory indicator for the root item.'
   519 'Show/hide the directory indicator for the root item.'
   498 'Show/hide the colored lamp.'
   525 'Show/hide the colored lamp.'
   499 
   526 
   500 #showLines
   527 #showLines
   501 'Show/hide connecting lines between tree items.'
   528 'Show/hide connecting lines between tree items.'
   502 
   529 
       
   530 #showNormals
       
   531 'Display normals.'
       
   532 
   503 #showPercentage
   533 #showPercentage
   504 'Show/hide the percentage display.'
   534 'Show/hide the percentage display.'
   505 
   535 
   506 #showRoot
   536 #showRoot
   507 'Show/hide the root item.'
   537 'Show/hide the root item.'
   590 #windowIcon
   620 #windowIcon
   591 'Name of the message sent to the application returning an icon image for the top window.'
   621 'Name of the message sent to the application returning an icon image for the top window.'
   592 
   622 
   593 #windowLabel
   623 #windowLabel
   594 'Label of the top window.'
   624 'Label of the top window.'
       
   625 
       
   626 #xRotChannel
       
   627 'Aspect providing x-Rotation value.'
       
   628 
       
   629 #xTransChannel
       
   630 'Aspect providing x-Translation value.'
       
   631 
       
   632 #yRotChannel
       
   633 'Aspect providing y-Rotation value.'
       
   634 
       
   635 #yTransChannel
       
   636 'Aspect providing y-Translation value.'
       
   637 
       
   638 #zRotChannel
       
   639 'Aspect providing z-Rotation value.'
       
   640 
       
   641 #zTransChannel
       
   642 'Aspect providing z-Translation value.'
   595 
   643 
   596 )
   644 )
   597 ! !
   645 ! !
   598 
   646 
   599 !UISpecificationTool class methodsFor:'interface specs'!
   647 !UISpecificationTool class methodsFor:'interface specs'!