Re: libglademm & derived widgets: "typedef struct GtkHBox Gtk::HBox::BaseObjectType' is inaccessible"
- From: Armin Burgmeier <armin arbur net>
- To: gtkmm-list gnome org
- Subject: Re: libglademm & derived widgets: "typedef struct GtkHBox Gtk::HBox::BaseObjectType' is inaccessible"
- Date: Sun, 22 Jan 2006 16:11:34 +0100
I don't know much about that glade stuff, but
class GtkLengthEntry : Gtk::HBox {
inherits Gtk::HBox privately. Most probably you do not want to do this.
Try 'class GtkLengthEntry: public Gtx::HBox' instead.
-- armin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]