1/2 OFF TOPIC - gnome and table/spreadsheet widget

Hello,

To the best of my understanding, the GNOME does not have a “full blown”
table widget (I mean something like spreadsheet table). But applications
like Gnumeric exist, so this is doable.

I am just curious, how do you deal with programming an aplication using
ruby-gnome2 to have a table fuctionality (something along the lines of
FXTable widget from Fox)?

I found:
GtkSheet: http://gtkextra.sourceforge.net

Kind regards,

Vlad

See http://www.ruby-forum.com/topic/146338

GtkSheet, AFAIK, is for gtk 1.

I’ve done it myself with Gtk::Treeview and a few signal handling, but
I’m only using a few columns (<10) and never more than 20 rows.

Maz

Hello Simon,

Thank you for the links and pointers…

Cheers,

Vlad