Using get_widget() does not work for my window IF I have inherited a class off Gtk::Window because inevitably it will involve some form of copy no matter what I try and I get the error message Gtk::Window& operator=(Gtk::Window&) is private under gtkmm. Hence I am forced not to inherit and to have a Gtk::Window* as a memberinstead.
The trouble with this is that, although all the other widgets successfully connect their signals and operate, the Gtk::Window signals execute their sigc connect statements but never work. Any ideas ? -- View this message in context: http://www.nabble.com/Problem-with-signals-and-libglademm-tp17822512p17822512.html Sent from the Gtkmm mailing list archive at Nabble.com. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
