Re: GTK Text Widget

1999-10-31 Thread Elliot Lee
On 31 Oct 1999 01:17:31 -0400, David Whitehurst <[EMAIL PROTECTED]> wrote: >I am into an application and I issue a system(cmd); from the >GTK Application. Any ideas on how to display stdout on the text >widget. I thought that I could write or redirect the output of the >command to a file, read

Re: GTK Text Widget

1999-10-30 Thread jfesler
> widget. I thought that I could write or redirect the output of the > command to a file, read that file, display the text, and then remove the > temp file. This seems a little overkill. Does anyone have any better man popen :-) -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /

Re: GTK Text Widget

1999-10-30 Thread Joseph Malicki
On Son, 31 Okt 1999, David Whitehurst wrote: > Anyone: > > I am into an application and I issue a system(cmd); from the > GTK Application. Any ideas on how to display stdout on the text > widget. I thought that I could write or redirect the output of the > command to a file, read that file, dis