Re: flushing a buffer
- From: Thijs Assies <thijs_a gmx net>
- To: "Nagender B. Reddy" <nagender cs ucsb edu>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: flushing a buffer
- Date: Sat, 02 Nov 2002 12:20:52 +0100
Nagender B. Reddy wrote:
hello,
for a button handler, I wrote a code which runs in infinite loop and adds
some text to the buffer. But unless the handler exits, the buffer is not
being flushed to the GUI. Can any one tell me if there is any way in which
we can flush the buffer??? From the API of gtk_text_buffer I cudnt find a
function for this??
Thanx,
Nagender
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
try g_fre(name); if you dont need the buffer again. or name[0]='\0';
to clean it.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]