Re: programming practices with regard to gtk and networking

2006-01-26 Thread Carlo Agrusti
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 that I

RE: programming practices with regard to gtk and networking

2006-01-26 Thread Ken Nagorski
Hi there, Well I figured it out... sorda, like I said I just started working with this but in reading the posts it dawned on me, The callback! Yes that is it. I can pass pointers into the callback... what I did was pass the address of sockfd to the connect button, the connect function just

programming practices with regard to gtk and networking

2006-01-25 Thread Ken Nagorski
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

Re: programming practices with regard to gtk and networking

2006-01-25 Thread Matt Hull
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 simple IM

Re: programming practices with regard to gtk and networking

2006-01-25 Thread Stefan Kost
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 to take

Re: programming practices with regard to gtk and networking

2006-01-25 Thread Stefan Kost
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