Re: [glade--]Problems with glade_get_widget_tree() during runtime



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]