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
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
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
, 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
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
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
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