Re: [glade--]Problems with glade_get_widget_tree() during runtime
Christof Petig <[email protected]> Mon, 29 Mar 2004 15:10:21 +0200
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Mukund Gopalan schrieb:
> Hi,
> I made the changes you suggested and some of the
> errors were corrected. I still have a few errors
> appearing when I click on the button. I have pasted
> the changed code below:-
> ----------------------------------------------------------------------------
> GladeXML *xml;
> GtkTextView *textview;
>
>
> xml =
> glade_get_widget_tree((GtkWidget*)(button->gobj()));
if it is right to pass a GtkButton* to glade_get_widget_tree (I don't
know for sure, I never used libglade) then this line is correct. So I
would look for the error elsewhere.
Christof