[glade--]weird fake widget with unfilled event boxes
Mark Jones <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <20021026044805.DFKI26612.out004.verizon.net@[127.0.0.1]> |
I get similar errors with unfilled eventboxes (I want to fill them in by hand later which is why I'm leaving them empty), except it also creates a fake label too (mainWindow_glade.cc):
Gtk::Label *WidgetqmJcDHQ = manage(new class Gtk::Label(" WidgetqmJcDHQ"));
Gtk::Label *WidgetqCNcDHQ = manage(new class Gtk::Label(" WidgetqCNcDHQ"));
eventbox2->add(*WidgetqmJcDHQ);
eventbox3->add(*WidgetqCNcDHQ);
WidgetqmJcDHQ->show();
WidgetqCNcDHQ->show();
Mark