CAPI User Guide, Liquid Common Lisp Version 5.0

6 Creating Menus

You can create menus for an application using themenu class.

You should make sure you have defined thetest-callback andhello functions before attempting any of the examples in this chapter. Their definitions are repeated here for convenience.

(defun test-callback (data interface)
  (display-message "Data ~S in interface ~S" 
                   data interface))

(defun hello (data interface) (declare (ignore data interface)) (display-message "Hello World"))

6.1 - Creating a menu
6.2 - Grouping menu items together
6.3 - Creating individual menu items
6.4 - The CAPI menu hierarchy
6.5 - Disabling menu items

CAPI User Guide, Liquid Common Lisp Version 5.0 - 2 OCT 1997

Generated with Harlequin WebMaker