vl-showpromptmenu


(vl-showpromptmenu  keywords)

shows the PromptMenu, providing the options as in 'keywords'; the options keywords should follow the rules for (initget) keywords string;
especially (but not only) useful in combination with (grread)

Arguments

keywords  list of keywords to be shown in the PromptMenu

Return

NIL always

Example

(vl-ShowPromptMenu "Continue Finish Abort")

Alias


Remarks

the PromptMenu is shown "modeless", Lisp does not wait for user interaction !
deprecated; please use (vle-showpromptmenu) instead



©  Bricsys NV. All rights reserved.