Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-05 Thread Jon Harrop
On Wednesday 05 March 2008 09:35:46 Emmanuele Bassi wrote: > On Tue, 2008-03-04 at 19:37 +, Jon Harrop wrote: > > > No, gtkglarea is dead. > > > > GlArea still has many users and is the defacto standard for some > > languages. > > it may have many users, but it's unmaintained, so it is ipso fac

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 diff

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

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 >>

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 #include #include #include #include #include #include #include void destroy

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_connec

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

identify unused functions?

2008-03-05 Thread Dr. Michael J. Chudobiak
Is there any easy way to identify unused functions in source code, for cruft reduction? Using the -Wall flag identifies unused static functions, which is great, but it misses the non-static ones. - Mike ___ gtk-app-devel-list mailing list gtk-app-dev

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-05 Thread Behdad Esfahbod
On Tue, 2008-03-04 at 19:37 +, 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 Gtk

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* func

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 come