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) ? http://library.gnome.org/devel/gtk/stable/GtkMenuItem.html#gtk-menu-item-new-with-label Thanks, Olivier. ___

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 =

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

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