UISpecificationTool.st
changeset 847 15f688710007
parent 845 146b3f78afcb
child 855 07344de4bed4
equal deleted inserted replaced
846:c028ad61ac0e 847:15f688710007
    61      by the UIHelpTool of ST/X."
    61      by the UIHelpTool of ST/X."
    62 
    62 
    63     "Do not manually edit this!! If it is corrupted,
    63     "Do not manually edit this!! If it is corrupted,
    64      the UIHelpTool may not be able to read the specification."
    64      the UIHelpTool may not be able to read the specification."
    65 
    65 
    66     "                                            
    66     "
    67      UIHelpTool openOnClass:UISpecificationTool    
    67      UIHelpTool openOnClass:UISpecificationTool    
    68     "
    68     "
    69 
    69 
    70     <resource: #help>
    70     <resource: #help>
    71 
    71 
   156 'Opens a Table Columns Builder.'
   156 'Opens a Table Columns Builder.'
   157 
   157 
   158 #columnHolder
   158 #columnHolder
   159 'Aspect selector or binding for a holder on the list of the column descriptions.'
   159 'Aspect selector or binding for a holder on the list of the column descriptions.'
   160 
   160 
       
   161 #dblClickChannel
       
   162 ''
       
   163 
   161 #defaultLabel
   164 #defaultLabel
   162 'Default label (used, if nothing selected).'
   165 'Default label (used, if nothing selected).'
   163 
   166 
   164 #document
   167 #document
   165 'Aspect selector or binding for a holder on the file name of the document.'
   168 'Aspect selector or binding for a holder on the file name of the document.'
   276 'Maximum number of characters in the field.'
   279 'Maximum number of characters in the field.'
   277 
   280 
   278 #maxSize
   281 #maxSize
   279 'Those two fields specify the windows maximum size. The user will not be allowed to resize it to a larger size.'
   282 'Those two fields specify the windows maximum size. The user will not be allowed to resize it to a larger size.'
   280 
   283 
       
   284 #maxValue
       
   285 'An optional maximum value (if fieldType = numberInRange)'
       
   286 
   281 #maxXField
   287 #maxXField
   282 'The maximum width of the applications topWindow.'
   288 'The maximum width of the applications topWindow.'
   283 
   289 
   284 #maxYField
   290 #maxYField
   285 'The maximum height of the applications topWindow.'
   291 'The maximum height of the applications topWindow.'
   294 'Aspect selector or binding providing the receiver of menu messages.'
   300 'Aspect selector or binding providing the receiver of menu messages.'
   295 
   301 
   296 #middleButtonPressed
   302 #middleButtonPressed
   297 'Name of the message sent to the application when the middle button is pressed.'
   303 'Name of the message sent to the application when the middle button is pressed.'
   298 
   304 
       
   305 #minValue
       
   306 'An optional minimum value (if fieldType = numberInRange)'
       
   307 
   299 #minXField
   308 #minXField
   300 'The minimum width of the applications topWindow.'
   309 'The minimum width of the applications topWindow.'
   301 
   310 
   302 #minYField
   311 #minYField
   303 'The minimum height of the applications topWindow.'
   312 'The minimum height of the applications topWindow.'
   457 
   466 
   458 #windowLabel
   467 #windowLabel
   459 'Label of the top window.'
   468 'Label of the top window.'
   460 
   469 
   461 )
   470 )
   462 
       
   463     "Modified: / 20.5.1998 / 01:59:55 / cg"
       
   464 ! !
   471 ! !
   465 
   472 
   466 !UISpecificationTool class methodsFor:'interface specs'!
   473 !UISpecificationTool class methodsFor:'interface specs'!
   467 
   474 
   468 windowSpec
   475 windowSpec