2E166 |
MakeStdLabel
|
( $ → grob )
Makes standard menu label.
|
2E189 |
MakeBoxLabel
|
( $ → grob )
Makes label with a box.
|
2E1EB |
MakeDirLabel
|
( $ → grob )
Makes directory label.
|
2E139 |
(MakeDir/StdLabel)
|
( ob → grob )
Makes directory label if ob is a directory
(rrp ), otherwise calls MakeStdLabel .
|
2E24D |
MakeInvLabel
|
( $ → grob )
Makes inverse label.
|
25E7F |
Box/StdLabel
|
( $ flag → grob )
If TRUE makes box label, otherwise makes
standard label.
|
25F01 |
Std/BoxLabel
|
( $ flag → grob )
If TRUE makes standard label, otherwise makes
box label.
|
25E80 |
Box/StdLbl:
|
( → grob )
Does Box/StdLabel with the next two objects
from the stream.
Usage: :: Box/StdLbl: $ <test> ;
|
2E0D5 |
Grob>Menu
|
( #col grob → )
Displays grob as menu label.
|
2E0F3 |
Str>Menu
|
( #col $ → )
Displays string as menu label.
|
2E11B |
Id>Menu
|
( #col id → )
Displays id as menu label.
|
2E107 |
Seco>Menu
|
( #col :: → )
Does EVAL then DoLabel .
|
25886 |
DoLabel
|
( #col ob → )
If ob is of one of the supported types,
displays a menu label. If not, generates a
"Bad Argument Type" error.
|
2E094 |
(StdLabelDef)
|
( #col grob → )
( #col $ → )
( #col id → )
( #col :: → )
Works by dispatching the object type.
|