Date: Thu, 26 Jan 2006 06:02:55 -0500 (EST)
From: Freddie Unpenstein <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], gtk-app-devel-list@gnome.org
Subject: RE: programming practices with regard to gtk and networking
What I need to do is somehow create the connection when the button
is clicked
> What I need to do is somehow create the connection when the button
> is clicked and then pass the sockfd to the calling part of the
> programming (main) so I can then use that in the calls to send().
> What I really need is someone to point me in the right direction.
How many connections will y
Ken Nagorski ha scritto lo scorso 25/01/2006 19:23:
> Hi there,
>
> I just started working with GTK. I have a some background with C which
> means I can do OK but when it comes to working with the two together it
> gets harder...
>
> My question is really this. I have a very simple IM program tha
Hi Amitesh,
Amitesh Singh wrote:
Hi
is to possibble to Draw moving Graphs in GTK+ ?
i tried to post this query in group .but its unable to deliver this
message ///dunno why :-p
are you subscribed to the list?
Anyway, you can use a Drawable or a Canvas-widget to draw your graphs. The can
cer
Hi Ken,
Ken Nagorski wrote:
> Hi there,
>
> I just started working with GTK. I have a some background with C which
> means I can do OK but when it comes to working with the two together
> it gets harder...
>
> My question is really this. I have a very simple IM program that I
> wrote in java (had
how did you do it in java ?
On Wed, 25 Jan 2006, Ken Nagorski wrote:
> Hi there,
>
> I just started working with GTK. I have a some background with C which
> means I can do OK but when it comes to working with the two together it
> gets harder...
>
> My question is really this. I have a very simp
Hi there,
I just started working with GTK. I have a some background with C which
means I can do OK but when it comes to working with the two together it
gets harder...
My question is really this. I have a very simple IM program that I wrote
in java (had to take a class on it) and I started p