MenuItem.st
changeset 4166 a45838209337
parent 4165 15cc5643f1b0
child 4168 0656fd9bc4b2
equal deleted inserted replaced
4165:15cc5643f1b0 4166:a45838209337
   320 !
   320 !
   321 
   321 
   322 activeHelpKey:aKey
   322 activeHelpKey:aKey
   323     "the key used as index (and argument) to the helpSpec.
   323     "the key used as index (and argument) to the helpSpec.
   324      New: may also be an association; then the assoc's key is the help-text provider,
   324      New: may also be an association; then the assoc's key is the help-text provider,
   325      and the assoc's value is the key in tha provider's helpspec."
   325      and the assoc's value is the key in that provider's helpspec."
   326 
   326 
   327     activeHelpKey := aKey
   327     activeHelpKey := aKey
   328 
   328 
   329     "Modified (comment): / 10-08-2018 / 11:28:04 / Claus Gittinger"
   329     "Modified (comment): / 10-08-2018 / 11:39:30 / Claus Gittinger"
   330 !
   330 !
   331 
   331 
   332 argument
   332 argument
   333     "get argument given to the value (selector)"
   333     "get argument given to the value (selector)"
   334 
   334