Paul Pogonyshev wrote: > Hi, > > Is it possible to implement a custom container using only Gtkmm > functions? I ask, since Gtk::Widget::set_parent() is not available > from outside... (In fact I implement a custom subclass of Gtk::Box > with an internal widget, but that shouldn't matter.) > > > Paul Gtk::Widget::set_parent() in newer Gtkmm (try 2.6 or better) is public.
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
