I am also stuck again with my ltk trials. I know that e.g. "entry" delivers its content as text and this can be used with (text entry_variable) It seems to come from a tktextvariable, according to the source in
ltk.lisp.
I was able to display a slider (scale), but I have no idea on how to get its current value. What type is it ? Which method needs to be used to get it ?
If only these informations were given in the ltk documentation, it would be really helpful. Unfortunately, the source seems to be the only documentation. Nice for Lisp geeks, but problematic for people like me ;-)