Re: Drag from GTK+-2.0.2 Drop into Java freezes the Mouse Pointer

2002-05-20 Thread Erwann Chenede
Hi Dietmar, >i tried to drag from the GTK+ 2.0.2 testdnd >(gtk+-2.0.2/tests/testdnd) to a the java swing demo from sun >(under jdk 1.4). You can find the demo under >http://java.sun.com/j2se/1.4/docs/guide/swing/1.4/JLabelDragNDrop.java. > >When i Drag from the "Drag Here" Butten into the Textf

How to change background color in a window

2002-05-20 Thread Rick Amont
I have been trying to change the background color of a window in GTK+. I have tried, among other things, changing the background color in the widget's style like this GtkStyle *style; style = gtk_widget_get_style(window); style = gtk_style_copy(style); //Saw this one in a mail //list but I don't g

How to change pixmap in button?

2002-05-20 Thread Rick Amont
I have been trying to change the pixmap of a button in which I previously inserted a pixmap, using the button as a container for the pixmap. How to empty the container to insert a new pixmap? Any help will be highly appreciated. Rick __ Do You Yah

GTK- process called from another process does not end

2002-05-20 Thread Rick Amont
Hello, I am calling a gtk-process from another gtk process using fork and communicate with the process through pipes. The called process receives all my messages, even the quit message, but the window only disappears when I place the mouse on it. I've tried to bring the background window to top w

How to get the "released" signal of a mouse click in a window?

2002-05-20 Thread Rick Amont
Hi, I have a scrolled window inside a window and I am connecting the "pressed" and "released" mouse button signals to their respective handling functions. While I get the pressed signal, I can not get the release signal. I've tried things like: gtk_widget_add_events(mainwin, GDK_BUTTON_PRESS_M

Does libglib.a (version 1.2.3) shipped with redhat linux2.2.5-23 hasthreads enabled?

2002-05-20 Thread Dan_Wu
Hi, We need to use the threads enabled glib functions, but we don't know if the version 1.2.3 shipped with linux 2.2.5-23 has that feature enabled. Does any one know how to find out? Is there any way to check it without writing a test code? I compiled glib 1.2.3 with the following commands:

Can't download GTK+ 1.2.10 from ftp server

2002-05-20 Thread xavier figari
Hi all, I can't download the latest version of GTK 1.2 from the ftp server: File Not Found The requested URL ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz was not found on this server. Does anybody else has this problem? Where can I find the latest version of GTK1.2? Thanks, -Xavier __

Re: Drag from GTK+-2.0.2 Drop into Java freezes the Mouse Pointer

2002-05-20 Thread Dietmar Kling
Hi Erwann, thanks for the quick response. I filled a bug report You can find it under http://bugzilla.gnome.org/show_bug.cgi?id=82354 Regards Dietmar Erwann Chenede wrote: >Hi Dietmar, > > > >>i tried to drag from the GTK+ 2.0.2 testdnd >>(gtk+-2.0.2/tests/testdnd) to a the java swing

get text from GtkCTree

2002-05-20 Thread Sunil Kumar K
In the mail dated : Fri, 25 Jan 2002 17:10:35 +1100 Ishan wanted to know how to get the text from a GtkCTree. James Cameron replied : voidon_tree_select_row (GtkCTree    *ctree,    GList   *node,

Re: Does libglib.a (version 1.2.3) shipped with redhat linux2.2.5-23 has threads enabled?

2002-05-20 Thread Owen Taylor
[EMAIL PROTECTED] writes: > Hi, > > We need to use the threads enabled glib functions, but we don't know if the version >1.2.3 shipped with > linux 2.2.5-23 has that feature enabled. Does any one know how to find out? Is there >any way to check > it without writing a test code? Hmm, GLib-1.

Re: Problems with gtk+2.0.2

2002-05-20 Thread Chris Nystrom
On Mon, 20 May 2002, [EMAIL PROTECTED] wrote: > Long story short, I can't get anything to compile. It keeps telling me > it can't find whatever.h and the list is very long As if it isn't linked > correctly. What platform? Did you install it yourself? Were there any errors in the install? Are you

Problems with gtk+2.0.2

2002-05-20 Thread [EMAIL PROTECTED]
Good day. I've been through your online FAQ, as well as about 10 others. After a fairly lengthy process, and lack of documentation, I got everything needed for the GTK+. Long story short, I can't get anything to compile. It keeps telling me it can't find whatever.h and the list is very long As

Re: How to change pixmap in button?

2002-05-20 Thread Paul Davis
>I have been trying to change the pixmap of a button in >which I previously inserted a pixmap, using the button >as a container for the pixmap. How to empty the >container to insert a new pixmap? gtk_container_remove (GTK_CONTAINER(button_widget), pix

Re: How to change background color in a window

2002-05-20 Thread Paul Davis
>I have been trying to change the background color of a >window in GTK+. I have tried, among other things, >changing the background color in the widget's style >like this [ ... ] http://pobox.com/~hp/gtk-colors.html ___ gtk-list mailing list [EMA

Re: GTK- process called from another process does not end

2002-05-20 Thread Paul Davis
>Hello, > >I am calling a gtk-process from another gtk process >using fork and communicate with the process through >pipes. The called process receives all my messages, >even the quit message, but the window only disappears >when I place the mouse on it. I've tried to bring the >background window