On Fri, Jan 28, 2011 at 5:37 AM, Culpian Camilo Martin <[email protected]> wrote: > Hi, I'd like to create my own Gobject in C++, I have to inherit from > Glib::ObjectBase or Glib::Object?, where can i find some good > documentation? >
You'll want to inherit from Glib::Object. Documentation is here... Tutorial style: http://library.gnome.org/devel/gtkmm-tutorial/2.22/ Reference: http://library.gnome.org/devel/glibmm/2.24/ http://library.gnome.org/devel/gtkmm/2.22/ Cheers, Chris _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
