Re: GTK Programming
- From: David Nečas (Yeti) <yeti physics muni cz>
- To: gtk-list gnome org
- Subject: Re: GTK Programming
- Date: Mon, 2 Oct 2006 18:26:17 +0200
On Mon, Oct 02, 2006 at 11:52:19AM -0400, Melvin Newman wrote:
> Basicaly I have a button that when pressed is supposed to connect to a
> remote server. As this client is trying to connect to the server, it is
> supposed to update the user interface by outputting a text character to a
> text output box.
> ...
While it does not answer the original question, have a look
at GIOChannels, they allow quite native integration of
similar operation into the main loop. That is, instead of
running the main loop explicitly by hand, one plugs the I/O
into it as another event source.
Yeti
--
Whatever.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]