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 cer

Inter-application drag and drop for win32

2006-01-25 Thread Tor Lillqvist
Thomas Gilgin writes: > Is inter-application drag and drop still unsupported for win32? Yes. > If yes, are there any plans to implement it? Not really any immediate plans. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http:

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

Inter-application drag and drop for win32

2006-01-25 Thread Thomas Gilgin
Is inter-application drag and drop still unsupported for win32? If yes, are there any plans to implement it? I'd like to drag files from my app to external apps... Regards, Thomas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://

RE: Widget search and tree build

2006-01-25 Thread Boncek, John
Please don't take this as an insult but as an attempt to help you. Your message is completely unintelligible. Please find a friend or colleague with sufficient command of English to get the point across. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ku

Widget search and tree build

2006-01-25 Thread Kurucz Istvan
Hy...! :) From a definied bearing widget, how can travel all of the children-widgets like a tree-bulid, or build a tree-build, which meeting-points linked the correct widget. And a definied widget how analysed the easier? Because I want to search a type features widgets, which are I must chang

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 simp

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 p

Replacement for gtk_tree_set_view_lines

2006-01-25 Thread Jim Harford
Hi, I'm trying to display a GtkTree with those familiar vertical lines that indicate nesting levels within a tree. I think there used to be a function, gtk_tree_set_view_lines, to do this, but it has been deprecated. How do I do this? I have looked at the documentation, searched the mailing

Re: Containers for containers

2006-01-25 Thread Vivien Malerba
2006/1/25, Ephrem Boudonnet <[EMAIL PROTECTED]>: > hi > I'm searching a container which could contain other containers. > For example, is that possible to add anywhere several layouts to a > window, or to include a layout in another one, in order to use it as > sub-windows I could drag and drop. >

Containers for containers

2006-01-25 Thread Ephrem Boudonnet
hi I'm searching a container which could contain other containers. For example, is that possible to add anywhere several layouts to a window, or to include a layout in another one, in order to use it as sub-windows I could drag and drop. Is there a way to make this? Thanx __