Reusing GtkTreeView

2007-11-13 Thread Divya yadav
Hello... This code works fine for some time but crashes anytime with the following log Gtk-CRITICAL **: gtk_list_store_get_value: assertion `VALID_ITER (iter, list_store)' failed GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_VALUE (value)' failed GLib-GObject-CRITICAL

gtk_box_pack_start: assertion `GTK_IS_BOX (box)' failed

2007-07-03 Thread Divya yadav
Hello everyone.. I am trying the foolowing code but its giving warning saying.. Please where am I going wrong (:1344): Gtk-CRITICAL **: gtk_box_pack_start: assertion `GTK_IS_BOX (box)' failed (:1344): Gtk-CRITICAL **: gtk_box_pack_start: assertion `GTK_IS_BOX (box)' failed (:1344): Gtk-CRITIC

Re: Problem with gtk_label_set_text

2007-06-28 Thread Divya yadav
Forgot to mention again its a multithreaded program On 6/28/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 28, 2007 at 09:07:06AM +0530, Divya yadav wrote: > > I am using gtk_label_set_text in a dynamic gui and label keeps on > changing > > aroun

Re: Problem with gtk_label_set_text

2007-06-28 Thread Divya yadav
, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 28, 2007 at 09:07:06AM +0530, Divya yadav wrote: > > I am using gtk_label_set_text in a dynamic gui and label keeps on > changing > > around 1-2 times every second.My program crashes because of this. > > Wh

Problem with gtk_label_set_text

2007-06-27 Thread Divya yadav
Hello everyone I am using gtk_label_set_text in a dynamic gui and label keeps on changing around 1-2 times every second.My program crashes because of this. Is there any way to do the same. Thanks Divya ___ gtk-app-devel-list mailing list gtk-app-devel-li

Scrollable List items

2007-06-21 Thread Divya yadav
I am using a treeview for my applications main menu. Sometimes I have items whose name exceed the length of my screen I want these item names to scroll from left to right automatically Regards Divya ___ gtk-app-devel-list mailing list gtk-ap

GtkTreeView in a Scrolled Window

2007-06-20 Thread Divya yadav
Hello Everyone I tried adding a Treeview inside a scroll window. and i am updating my treeview using *gtk_list_store_prepend *it is working fine but the scrollbar is also moving along with these updates by the end of all updates it is somewhere in the middle of the list. My application area scree