Reham Younis <[EMAIL PROTECTED]> writes:

> Does anyone know who do I set the text of a GtkEntry?
> I am using gtk_entry_set_text(GtkEntry * entry,gchar
> *text). But it keeps appending to the current text!
> Could anyone give me an explanation?

I'm skeptical that it appends instead of replacing
the current text :-)

The best thing to do when you get strange behavior is
to try to make as small a program as you can that 
reproduces the problen. Then you'll either:

 a) Discover that it was something you were doing
    elsewhere in your program.

 b) Have a good example to post here.

Regards,
                                        Owen
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to