Re: [glade--]How to get hold of the widgets
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Peter F Bradshaw wrote:
> Hi Christof;
>
> Thanks for the reply.
>
> That does not seem to do much. For instance (my top level window class
> is CarpetViewerMain) I have a CarpetViewerMain_glade.hh for "Private"
> as:
>
> protected:
>
> class Gtk::Window *CarpetViewerMain;
> protected:
> Gtk::Button *zoomoutbutton;
did you mark zoomoutbutton as protected? The main window won't help much?
Christof