On Sat, 2010-01-16 at 23:53 +0200, sledge hammer wrote: > Hello, > > I am trying to develop a new Container in C++(based on > gtk::container). I have as guidelines the sources from the various Gtk > +(not gtkmm) containers. Many of those(if not all) make use of > gtk_container_class_install_child_property(). I searched the gtkmm > docs and I didn't find the C++ equivalent. What do you suggest me to > do now?
You can use the C function via gobj(). If it makes sense to wrap this in C++, we'd welcome a patch against git - in bugzilla, please. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
