On 5/7/06, Felip AlĂ ez Nadal uu.nix.uu@gmail.com wrote:
Hello: Does ltk have file dialogs? I'm programming a little cbr viewer and I need them. I haven't found them on ltk.lisp. Thanks you.
It looks like Peter missed them in the manual. There are three relevant functions: get-open-file, get-save-file, and choose-directory. They all create modal dialogs that let the user select a file to open, save, or select a directory.