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
> 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] < /
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