| File - New | (new-buffer) | 
| File - Open | (load-buffer) | 
| File - Save | (save-buffer) | 
| File - Save As | (save-buffer-as) | 
| File - Preview | (preview) | 
| File - Print | (print) | 
| File - Backup Copies - Yes | (make-backups 1) | 
| File - Backup Copies - No | (make-backups 0) | 
| File - Load External | (load-external) | 
| File - Save External | (save-external) | 
| File - Exit | (quit-program) | 
| Edit - Show Editor | (popup-editor) | 
| Edit - Hide Editor | (popdown-editor) | 
| Edit - Begin Empty Animation | (ani-begin) | 
| Edit - Add Object - Line | (add-line) | 
| Edit - Add Object - Rectangle | (add-rectangle) | 
| Edit - Add Object - Arc | (add-arc) | 
| Edit - Add Object - Ellipse | (add-ellipse) | 
| Edit - Add Object - Image | (add-image) | 
| Edit - Add Object - String | (add-string) | 
| Edit - Add Object - Point | (add-point) | 
| Edit - Add Object - Filled Rectangle | (add-filled-rectangle) | 
| Edit - Add Object - Filled Arc | (add-filled-arc) | 
| Edit - Add Object - Filled Ellipse | (add-filled-ellipse) | 
| Edit - Add Object - Other | (ins-object) | 
| Edit - Delete Object | (del-object) | 
| Edit - Add Tick | (ins-tick) | 
| Edit - Delete Tick | (del-time) | 
| Edit - Edit Properties | (ins-properties) | 
| Edit - Set Background | (set-background) | 
| Edit - Timing | (set-timing) | 
| Edit - Set Geometry | (set-geometry) | 
| Window - Change Buffer | (switch-to-buffer) | 
| Window - Delete Buffer | (kill-buffer) | 
| Window - Split Window | (split-window-vertically) | 
| Window - Remove Window | (delete-window) | 
| Window - One Window | (delete-other-windows) | 
| Window - Change Window | (other-window) | 
| Window - Helptexts - Disable | (tooltip-set 0) | 
| Window - Helptexts - Label | (tooltip-set 1) | 
| Window - Helptexts - Popup | (tooltip-set 2) | 
| Window - Helptexts - Both | (tooltip-set 3) | 
| Window - Save Preferences | (save-preferences) | 
| Tools - Command - SIOD | (exec-siod) | 
| Tools - Command - C | (exec-c) | 
| Tools - Command - Tcl | (exec-tcl) | 
| Tools - Command - Guile | (exec-guile) | 
| Tools - Command - Python | (exec-python) | 
| Tools - Pathetic Writer | (spawn "pw") | 
| Tools - Scheme In A Grid | (spawn "siag") | 
| Tools - Egon Animator | (spawn "egon") | 
| Tools - Terminal | (spawn "xterm -sb -sl 500 -j -ls -fn 7x14") | 
| Tools - Editor | (spawn editor-command) | 
| Tools - File Manager | (spawn filer-command) | 
| Tools - Environment - Defaults | (set-environment "Defaults") | 
| Tools - Environment - KDE | (set-environment "KDE") | 
| Tools - Environment - CDE | (set-environment "CDE") | 
| Tools - Environment - Gnome | (set-environment "Gnome") | 
| Tools - Environment - Custom | (edit-applications) | 
| Tools - XPaint | (spawn "xpaint") | 
| Tools - Demo - Box | (ani-test) | 
| Tools - Demo - Circle | (ani-test2) | 
| Tools - Demo - Line | (ani-test3) | 
| Tools - Demo - Combo | (ani-test4) | 
| Plugin - Import | (plugin-import nil) | 
| Plugin - Export | (plugin-export) | 
| Plugin - Link | (plugin-link nil) | 
| Plugin - Delete | (plugin-delete) | 
| Plugin - Move | (plugin-move) | 
| Help - Contents | (help-contents) | 
| Help - Copying | (help-copyright) | 
| Help - Help for Help | (help-for-help) | 
| Help - Links - Siag Home | (do-link "http://siag.nu/") | 
| Help - Links - FTP Directory | (do-link "ftp://ftp.edu.stockholm.se/siag/") | 
| Help - About Egon Animator... | (aboutbox) | 
| Help - About Siag Office... | (aboutsiag) | 
| Shortcuts - Show editor | (popup-editor) | 
| Shortcuts - Hide editor | (popdown-editor) | 
| Shortcuts - Open file | (load-buffer) | 
| Shortcuts - Save file | (save-buffer-as) | 
| Shortcuts - Stop animation | (ani-ctl ANI_STOP 0) | 
| Shortcuts - Previous frame | (ani-ctl ANI_PREVIOUS 0) | 
| Shortcuts - Next frame | (ani-ctl ANI_NEXT 0) | 
| Shortcuts - Play animation | (ani-ctl ANI_CONTINUE 0) | 
| Shortcuts - Quit Egon | (quit-program) | 
This listing was generated automatically from the file /usr/local/share/siag/egon/menu.scm, where the menus are defined.
Description of the Scheme interface.