UISpecificationTool.st
changeset 2631 8d74338aa3bd
parent 2545 cd5d45739973
child 2743 a3413ff28529
equal deleted inserted replaced
2630:8d19a544d5da 2631:8d74338aa3bd
    80 'ColorMenu is allowed to return a symbolic color name'
    80 'ColorMenu is allowed to return a symbolic color name'
    81 
    81 
    82 #allowSymbolicFonts
    82 #allowSymbolicFonts
    83 'FontMenu is allowed to return a symbolic font name'
    83 'FontMenu is allowed to return a symbolic font name'
    84 
    84 
    85 #autoScrollHorizontal
       
    86 ''
       
    87 
       
    88 #browseAction
    85 #browseAction
    89 'Browse/Create the Action method.'
    86 'Browse/Create the Action method.'
    90 
    87 
    91 #browseAspectMethod
    88 #browseAspectMethod
    92 'Browse/Create the Aspect method.'
    89 'Browse/Create the Aspect method.'
    93 
    90 
    94 #editListSpec
    91 #editListSpec
    95 'Edit the contents of the list (inline)'
    92 'Edit the contents of the list (inline)'
    96 
    93 
    97 #formatString
       
    98 ''
       
    99 
       
   100 #labelsAreColored
    94 #labelsAreColored
   101 'Show color in ColorMenuLabels'
    95 'Show color in ColorMenuLabels'
   102 
    96 
   103 #showFrame
    97 #showFrame
   104 'Show the frame'
    98 'Show the frame'
   105 
       
   106 #textModel
       
   107 ''
       
   108 
       
   109 #translateLabel
       
   110 ''
       
   111 
    99 
   112 )
   100 )
   113 ! !
   101 ! !
   114 
   102 
   115 !UISpecificationTool class methodsFor:'image specs'!
   103 !UISpecificationTool class methodsFor:'image specs'!
   493 
   481 
   494 !UISpecificationTool class methodsFor:'documentation'!
   482 !UISpecificationTool class methodsFor:'documentation'!
   495 
   483 
   496 version
   484 version
   497     ^ '$Header$'
   485     ^ '$Header$'
   498 ! !
   486 !
       
   487 
       
   488 version_CVS
       
   489     ^ '$Header$'
       
   490 ! !