;;--------------------------------------------------------------------------* ;; Copyright 2003 DC4 Technisches Büro GmbH * ;; * ;;--------------------------------------------------------------------------* ;; Dateiname: menu_beispiel.lsp (in-package :custom) (use-package :OLI) (sd-create-menu "my-tools" :title "Meine Tools" :contents `( (:buttonBox "teile" :title "Teile/Baugruppen" :buttons ( ("ZAEHLEN" :label "zaehlen" :commandInput ":load d:/sd_macros/welle07.lsp") ;; (dc4-teile-bilanz-dialog :label "zaehlen") ;;weitere Eintraege ) ) ;; (:buttonBox "xxxx" ;; :title "YYYY" ;; :buttons ;; ( ;; ... ;; ... ;; ) ;; ) ) ) (sd-add-menu-button "my-tools" :label "Meine Tools" ;; :parent '("TASK" "Annotation") :parent '("TASK" "SolidDesigner") :mapmenu "my-tools" )