Hello!
I am using Gtk::Table to group some Gtk::Image derived classes and I would like there to be visable grid between element in the table, spacing however just gets me blank space. any suggestions?
What if you use Gtk::HSeparator and/or Gtk::VSeparator instead of spacing?
Regards, Frank