[Glade-users] problems with treeview
Atmadarshini devi dasi
atmadarshini_dd at yahoo.com
Tue Mar 18 08:20:47 EDT 2008
hi there
thanks for the reply...how do i go about doing what u asked me to do in both cases? how do i create a window to hold the treeview?
which gtk_treeview_new do i remove and how do i get the widget from the glade file instead? sorry im a bit confused. am new to glade.
thanks
Alexey Kurochkin <alexey.kurochkin at pathfinderlwd.com> wrote:
On Mon, 2008-03-17 at 09:39 -0700, Atmadarshini devi dasi wrote:
> void
> on_view_button_clicked (GtkButton *button,
> gpointer user_data)
> {
> GtkWidget *treeview;
>
> view_address_window = create_view_address_window();
> treeview = create_view_and_model();
> gtk_widget_show (view_address_window);
>
>
> }
Based on what I see above, you create brand new treeview, and then never
pack it to any window, and never even show it. I guess what you actually
see on screen is an empty tree from a glade file. You have two
treeviews, one empty and one hidden! So you either have to go all the
way and create window which would hold the treeview in your code, or do
not call gtk_treeview_new at all and get the widget from the glade file
instead.
>
> the view button is a button that i use in order to see the window with
> the treeview . i get no errors but dont see anything in my treeview.
>
> Please help.
>
> thanks
>
> Aakanksha
>
_______________________________________________
Glade-users maillist - Glade-users at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-users
---------------------------------
Never miss a thing. Make Yahoo your homepage.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20080318/86c0461d/attachment.html
More information about the Glade-users
mailing list