On Wednesday 23 March 2005 23:20, Timothy M. Shead wrote: > Just as there is the gobj() method for accessing the underlying GTK "C" > object for a gtkmm class instance, there are wrap() methods that allow > you to wrap a gtkmm class instance around an existing "C" object.
thks, I did see that yesterday as I was searching - but I'm struggling with how this goes into code and why I'm looking for an example. Do I do something like: gtkhtml *cview; Gtk::Frame *mmview = new Gtk::Frame(); mmview->wrap(cview); mmview->...... // whatever gtkhtml method John _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
