gtkmm/gtk/src/printoperation.hg has a
signal that returns a Widget*,
#m4 _CONVERSION(`Widget*',`GObject*',`G_OBJECT(Glib::unwrap($3))') #m4 _CONVERSION(`GObject*',`Widget*',`Glib::wrap(GTK_WIDGET($3))') _WRAP_SIGNAL(Widget* create_custom_widget(), "create_custom_widget") The corresponding gtk+ signal returns GObject*. Perhaps it can give you some hints what to do. You can also look at gtkmm/tools/m4/convert_gtk.m4. I tried to look at your code, using the link you sent about a week ago, https://github.com/shammancer/webkitmm2, but it seems the link target does not exist now. I know the link worked a few days ago. (It doesn't matter to me.) Kjell 2013-03-22 06:06, Dannick Pomerleau skrev:
|