You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method ItemMenu of the LOOPS class Window creates and returns a standard menu record.
What methods or functions are supposed to be called to display such menus? Ordinary Interlisp menu functions such as MENU? If so, I'm confused as to why ItemMenu is a method instead of a function, as it does essentially the same thing as function NiceMenu which isn't tied to a class. I would have expected a related Window method to display a ItemMenu menu.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Method
ItemMenu
of the LOOPS classWindow
creates and returns a standard menu record.What methods or functions are supposed to be called to display such menus? Ordinary Interlisp menu functions such as
MENU
? If so, I'm confused as to whyItemMenu
is a method instead of a function, as it does essentially the same thing as functionNiceMenu
which isn't tied to a class. I would have expected a relatedWindow
method to display aItemMenu
menu.Beta Was this translation helpful? Give feedback.
All reactions