Derived Widgets using Glade



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.html

Is 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]