Dear Mark,

I have a question about the Tk module for Mozart.
Is Mozart restricted to a pre-determined set of Tk widgets or can any
widget available to Tk be used?



I cannot really answer your question, but here is at least a partial reply. So far, I primarily used QTk, as it is so easy to use. QTk is indeed restricted to a limited set of Tk widgets.

On the other hand, there is also the plain Tk interface. For example, I used Tk.return to create other widgets, and then I simply used the Tk documentation directly to check what kind of arguments I could use. Hope this helps.

         _ = {Tk.return tk_messageBox(icon:info
                                      type:ok
                                      message:"Test"}

Best
Torsten

--
Torsten Anders
Interdisciplinary Centre for Computer Music Research
University of Plymouth
Office: +44-1752-586219
Private: +44-1752-558917
http://strasheela.sourceforge.net
http://www.torsten-anders.de





_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to