AW: [Fxruby-users] having FXTable contain widgets?
Status: Inactive
Brought to you by:
lyle
From: Recheis M. <Mei...@av...> - 2003-08-22 09:25:38
|
emmanuel: i am afraid this helps not so much ... i am reading the foxGui users list. and that post you mention is a = reply to a question i posted there.=20 here is the reason why i am posting here: to ask whether it is possible = to subclass FXTableItem in ruby (in order to contain other widgets)!!! i don't want to subclass FXTableItem in C++ (i hate c++) - Henon Emmanuel Touzery wrote: Hello! Recheis Meinrad wrote: >hi lyle, > >do you think it is possible to subclass FXTable or FXTableItem (in = Ruby) in order to make a table of widgets possible? >i am asking this, because i am not satisfied with making a sort of = table by nesting FXMatrices. > =20 > Jeroen (FOX maintainer) discussed than on the FOX ml today :O) unfortunately the SF website seems down, with the ml archives, so i'll=20 copy-paste: seen in thread " [Foxgui-users]making fox a superior toolkit", mail from = je...@fo.... " Mei...@av... wrote: > - a grid layout manager with options to draw the gridlines like in a = table > (please, please!!) - different look and feels We have FXTable, but this contains items (which are simple C++ objects, not widgets. FXTableItem is easily subclassed for custom drawing and/or contents. There is also FXMatrix, which arranges widgets in rows and columns; with creative setting of colors and inter-child spacings you can also use it as a (small) table. " HTH, emmanuel |