Hi all, I have a problem using tables. I composed a dialog in glade 3 that contains a table with 10 rows and 3 columns. But, if I load the dialog, created some widgets and appended them to the table there is still nothing displayed in the dialog? This code should display a label in the first column and row of the table: Gtk::Label label; label.set_text(entry[(*iter2).second]); this->table->attach(label, 0, 1, 0, 1); but this doesn't work. Can someone tell me why? I'm using the glademm-2.4 (modversion: 2.6.2) and gtkmm-2.4 (modversion: 2.8.8) from Debian Etch. Ideas? Thanks, moe
Attachment:
AUDIO.glade
Description: application/glade