[ltk-user] are tk_commands available through LTK API?
Hi there, a beginner question. How do I call tk_messageBox? Do I have to re-implement it by myself? That would be a chore. E.g. I want to do: tk_messageBox -message "message" from Lisp. thanks -- Antonio Bonifati Student and Italian teacher http://ninuzzo.github.com/
Hi Antonio, this is what the message-box function does. There are also specialized versions, do-msg, ask-okcancel and ask-yesno for common use cases. Peter On Thu, Jul 19, 2012 at 10:34 PM, Antonio Bonifati <antonio.bonifati@gmail.com> wrote:
Hi there, a beginner question. How do I call tk_messageBox? Do I have to re-implement it by myself? That would be a chore. E.g. I want to do:
tk_messageBox -message "message"
from Lisp.
thanks -- Antonio Bonifati Student and Italian teacher http://ninuzzo.github.com/
_______________________________________________ ltk-user site list ltk-user@common-lisp.net http://common-lisp.net/mailman/listinfo/ltk-user
participants (2)
-
Antonio Bonifati
-
Peter Herth