3A297 |
Grob>Menu
|
( #col grob → )
Displays grob as menu label.
|
3A2B5 |
Str>Menu
|
( #col $ → )
Displays string as menu label.
|
3A2DD |
Id>Menu
|
( #col id → )
Displays id as menu label.
|
3A2C9 |
Seco>Menu
|
( #col :: → )
Does EVAL then DoLabel .
|
41904 |
DoLabel
|
( #col ob → )
If ob is of one of the supported types,
displays a menu label. If not, generates a
"Bad Argument Type" error.
|
3A260 |
(>MENU)
|
( #col grob → )
( #col $ → )
( #col id → )
( #col :: → )
Works by dispatching the object type.
|
3A4AB |
MakeLabel
|
( $ #w #x grob → grob' )
Inserts $ into grob using CENTER$3x5 with
y=5.
|