Re: libglademm & derived widgets: "typedef struct GtkHBox Gtk::HBox::BaseObjectType' is inaccessible"



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]