UISpecificationTool.st
changeset 2316 32e98f335115
parent 2283 b14becb50aac
child 2335 10ccdd81d985
equal deleted inserted replaced
2315:c301d0caf97b 2316:32e98f335115
    74 
    74 
    75     <resource: #help>
    75     <resource: #help>
    76 
    76 
    77     ^ super helpSpec addPairsFrom:#(
    77     ^ super helpSpec addPairsFrom:#(
    78 
    78 
       
    79 #allowSymbolicColors
       
    80 'ColorMenu is allowed to return symbols as colors'
       
    81 
    79 #autoScrollHorizontal
    82 #autoScrollHorizontal
    80 ''
    83 ''
    81 
    84 
    82 #browseAction
    85 #browseAction
    83 'Browse/Create the Action method.'
    86 'Browse/Create the Action method.'
    88 #editListSpec
    91 #editListSpec
    89 'Edit the contents of the list (inline)'
    92 'Edit the contents of the list (inline)'
    90 
    93 
    91 #formatString
    94 #formatString
    92 ''
    95 ''
       
    96 
       
    97 #labelsAreColored
       
    98 'Show color in ColorMenuLabels'
    93 
    99 
    94 #textModel
   100 #textModel
    95 ''
   101 ''
    96 
   102 
    97 )
   103 )