Dear Gilmullin,

On Jul 14, 2009, at 12:39 PM, Рушан Гилмуллин wrote:
Tk luck of grid widget (it contains in Tk extension named Tix), but I
need it. Is there other implementations of grid for QTk? Another way is using GTK binding for Oz, but I can not find distribution of this module
for windows (only deb-packages).

I just check the doc of Tix (http://tixlibrary.sourceforge.net/docs/ html/TixCmd/tixGrid.htm), but I don't understand immediately what the grid actually does. I take it you know that QTk directly supports arranging widgets in lines and columns (http://www.mozart-oz.org/ documentation/mozart-stdlib/wp/qtk/html/node4.html#chapter.basics).

Note: All pictures in the recent QTk documentation are distorted -- does anyone has an idea why?


BTW: using the plain Tk interface, you can also directly instantiate Tk windows, see an example below. If that helps you to use Tix then please let us know. Thank you!

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

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