GtkMenuItem label

2008-03-04 Thread Olivier Delhomme
Hello, Is there a convenient way to retrieve the label of a GtkMenuItem created with gtk_menu_item_new_with_label("my label") ? Thanks, Olivier. ___ gtk-app-devel-

Re: GtkMenuItem label

2008-03-04 Thread Olivier Delhomme
2008/3/4, Olivier Delhomme <[EMAIL PROTECTED]>: > > > Hello, > > Is there a convenient way to retrieve the label of a GtkMenuItem > created with gtk_menu_item_new_with_label("my label") ? I found this, which should solve the problem : GtkLabel *label = NULL; gchar *text = NULL; label =

gtk_text_buffer with clickable links?

2008-03-04 Thread Andreas Rönnquist
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 explaining how to make those clickable - and (later problem) to open them in "default webbrowser" or such, and als

Re: gtk_text_buffer with clickable links?

2008-03-04 Thread Keith Maika
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 explaining how to make those clickable - and > (later problem) to open them i

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-04 Thread Carlos Pereira
Mikael Hallendal wrote: > 3 mar 2008 kl. 22.48 skrev Carlos Pereira: > > Hi Carlos, > > GtkGLext seems to be the most popular GL Area to use these days. You > might also want to look at Clutter [1] or Pigment [2] which are > canvases offering some higher level abstractions for 2D/3D usages. It >

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-04 Thread Behdad Esfahbod
On Tue, 2008-03-04 at 17:04 +, Carlos Pereira wrote: > Mikael Hallendal wrote: > > 3 mar 2008 kl. 22.48 skrev Carlos Pereira: > > > > Hi Carlos, > > > > GtkGLext seems to be the most popular GL Area to use these days. You > > might also want to look at Clutter [1] or Pigment [2] which are >

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-04 Thread Martín RV (OPENGeoMap)
Hi carlos: > > I believe this would make Gtk more appealing, particularly for > scientific/engineering/architecture applications. > Carlos > > >> I think so... http://groups.google.es/group/opengeomap/web/ogm-platform hehe Regards. ___ gtk-app-deve

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-04 Thread Mikael Hallendal
4 mar 2008 kl. 19.14 skrev Behdad Esfahbod: Hi, > On Tue, 2008-03-04 at 17:04 +, Carlos Pereira wrote: > >> I have red a few times that thread, that Owen started five years ago, >> and apparently there is agreement in the essentials: >> >> 1) remove all the fat from Gtkglext, namely the wrapp

Tracking window position on screen

2008-03-04 Thread Mitko Haralanov
I am trying to find out which signal is emitted when a window is moved on the screen. I have looked at GtkWindow, GtkWidget, GtkContainer, and GtkScreen and I can't find anything that I can use. I know I am missing something since I've seen applications do it! -- Mitko Haralanov