Re: [Fxruby-users] having FXTable contain widgets?
Status: Inactive
Brought to you by:
lyle
From: Emmanuel T. <emm...@wa...> - 2003-08-22 09:11:15
|
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. > > Jeroen (FOX maintainer) discussed than on the FOX ml today :O) unfortunately the SF website seems down, with the ml archives, so i'll 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 |