UISpecificationTool.st
changeset 1798 1528918861fe
parent 1781 d67090b1ad57
child 1907 114621e0f3e7
equal deleted inserted replaced
1797:e04240e278eb 1798:1528918861fe
    76      UIHelpTool openOnClass:UISpecificationTool    
    76      UIHelpTool openOnClass:UISpecificationTool    
    77     "
    77     "
    78 
    78 
    79     <resource: #help>
    79     <resource: #help>
    80 
    80 
    81     ^super helpSpec addPairsFrom:#(
    81     ^ super helpSpec addPairsFrom:#(
    82 
    82 
    83 #acceptCallBack
    83 #acceptCallBack
    84 '0 or 1-arg message, sent when text is accepted (arg is text).'
    84 '0 or 1-arg message, sent when text is accepted (arg is text).'
    85 
    85 
    86 #acceptChannel
    86 #acceptChannel
   193 
   193 
   194 #clientKey
   194 #clientKey
   195 'Message sent to ask the master application for an application instance; (default: the master application itself).'
   195 'Message sent to ask the master application for an application instance; (default: the master application itself).'
   196 
   196 
   197 #codeBaseHolder
   197 #codeBaseHolder
   198 'The URL of the directory, where the classFile-file resides. If the classFile is located on the local machine, use\     file:/<fullPath>\ where fullPath is an absolute pathname. If its to be accessed via http, use\     http:/<host>/<relativePath>\ where relativePath is the path relative to the http''s top diretory on that host.'
   198 'The URL of the directory, where the classFile-file resides. If the classFile is located on the local machine, use\ file:/<fullPath>\ where fullPath is an absolute pathname. If its to be accessed via http, use\ http:/<host>/<relativePath>\ where relativePath is the path relative to the http''s top diretory on that host.'
   199 
   199 
   200 #codeFileEntry
   200 #codeFileEntry
   201 'The name of the java classFile which contains the applets code. For example: ''ArcTest.class'''
   201 'The name of the java classFile which contains the applets code. For example: ''ArcTest.class'''
   202 
   202 
   203 #columnAdaptor
   203 #columnAdaptor
   567 'Select whole row, if unselectable column is selected.'
   567 'Select whole row, if unselectable column is selected.'
   568 
   568 
   569 #selectionHolder
   569 #selectionHolder
   570 'Aspect selector or binding for a holder on the selection.'
   570 'Aspect selector or binding for a holder on the selection.'
   571 
   571 
       
   572 #separatorOneDColor
       
   573 'Defines the line color of the 1D-separator.'
       
   574 
   572 #setMaxExtent
   575 #setMaxExtent
   573 'Pick the maximum extent from the canvases current extent.'
   576 'Pick the maximum extent from the canvases current extent.'
   574 
   577 
   575 #setMinExtent
   578 #setMinExtent
   576 'Pick the minimum extent from the canvases current extent.'
   579 'Pick the minimum extent from the canvases current extent.'
   639 'Enable/disable the expand-all function'
   642 'Enable/disable the expand-all function'
   640 
   643 
   641 #tabIntern
   644 #tabIntern
   642 'Tab into the widget; if off, TAB skips over the widgets fields'
   645 'Tab into the widget; if off, TAB skips over the widgets fields'
   643 
   646 
       
   647 #tabLabelInset
       
   648 'Inset of tab label; a Point or Integer; leave blank for default.'
       
   649 
   644 #tabLabels
   650 #tabLabels
   645 'Message sent to ask the application for a list of tab-item-labels.'
   651 'Message sent to ask the application for a list of tab-item-labels.'
   646 
       
   647 #tabLabelInset
       
   648 'Inset of tab label; a Point or Integer; leave blank for default.'
       
   649 
   652 
   650 #tabLevel
   653 #tabLevel
   651 '3D Level (in pixels) of frame and tabs; take widgets default if left empty'
   654 '3D Level (in pixels) of frame and tabs; take widgets default if left empty'
   652 
   655 
   653 #tabMarginBottom
   656 #tabMarginBottom