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.
try a command using callbackvalue and tk_getfile as the command producing the value.
ie, this is a case where Ltk does not have to do anything special, and instead the tcl/tk doc itself is your guide.
kt