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 =

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-