Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-05 Thread Jon Harrop
On Tuesday 04 March 2008 18:14:39 Behdad Esfahbod wrote: On Tue, 2008-03-04 at 17:04 +, Carlos Pereira wrote: 2) change the name, for example to Gtkglarea 2.0*, the legitimate sucessor to Gtkglarea 1 (the last version of Gtkglarea that I downloaded last week is 1.99 and still comes with

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-05 Thread Emmanuele Bassi
On Tue, 2008-03-04 at 19:37 +, Jon Harrop wrote: 2) change the name, for example to Gtkglarea 2.0*, the legitimate sucessor to Gtkglarea 1 (the last version of Gtkglarea that I downloaded last week is 1.99 and still comes with gtk_signal_connect and other Gtk 1.2* functions

Re: gtk_text_buffer with clickable links?

2008-03-05 Thread Andreas Rönnquist
On Tue, 04 Mar 2008 11:11:36 -0500 Keith Maika [EMAIL PROTECTED] wrote: Andreas Rönnquist wrote: Hi! I have managed to make a gtk_text_buffer and colorize what appears to be links using gtk_text_buffer_apply_tag and some simple search algorithm. Does someone have any resources

Re: gtk_text_buffer with clickable links?

2008-03-05 Thread Andreas Rönnquist
Thanks for the help guys! I have managed to get my links showing as I like, but I have problems with the mouse-over effect... It's working some-what - But I can't get the mouse updated as it should. I am checking for the event GDK_MOTION_NOTIFY, (through a g_signal_connect

Please help: how to call xilb drawing functions to draw on GTK drawing areas?

2008-03-05 Thread Ke Jin
Dear All, I am trying to use xlib function XDrawArc() to draw on a GTK drawing area but it doesn't work, while the GDK function gdk_draw_arc() works perfect. Does anyone know why? Below are my code: #include string.h #include X11/Xlib.h #include X11/keysym.h #include gtk/gtk.h #include

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-05 Thread Carlos Pereira
Jon Harrop wrote: On Tuesday 04 March 2008 18:14:39 Behdad Esfahbod wrote: On Tue, 2008-03-04 at 17:04 +, Carlos Pereira wrote: 2) change the name, for example to Gtkglarea 2.0*, the legitimate sucessor to Gtkglarea 1 (the last version of Gtkglarea that I downloaded last week is

Re: gtk_text_buffer with clickable links?

2008-03-05 Thread Andreas Rönnquist
On Wed, 5 Mar 2008 16:36:30 +0100 Andreas Rönnquist [EMAIL PROTECTED] wrote: Thanks for the help guys! I have managed to get my links showing as I like, but I have problems with the mouse-over effect... It's working some-what - But I can't get the mouse updated as it should.

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-05 Thread Jon Harrop
On Wednesday 05 March 2008 18:37:22 Carlos Pereira wrote: I just ported my app (more than 200,000 lines, totally independent and unlimited number of OpenGL areas, sharing pre-compiled OpenGL lists, etc.) last night from Gtkglarea to Gtkglext, so I am in a good position to highlight the