Derived Widgets using Glade
- From: Oscar Dávila <odavilar gmail com>
- To: gtkmm-list gnome org
- Subject: Derived Widgets using Glade
- Date: Fri, 1 Jul 2011 20:13:03 -0500
I'm using glade, i was trying to find a way to avoid using the base class constructor for derived widgets,
DerivedDialog::DerivedDialog(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& builder)
: Gtk::Dialog(cobject)
{
}
And i found this message
http://mail.gnome.org/archives/gtkmm-list/2007-October/msg00074.htmlIs there a way to do something like that in the actual stable gtkmm version? or is there any way i can write my own constructor for derived widgets?
Any help could be useful.
--
Oscar Dávila Ramírez
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]