GNOME Bugzilla – Bug 597895
No accesor for GtkMenuShell::active
Last modified: 2011-05-04 13:47:51 UTC
At lease GtkMenuShell::children and GtkMenuShell::active should have accessors.
I think you can use gtk_container_get_children() for GTK_MENU_SHELL ()->children
No, children is a member of GtkMenuShell, not of GtkContainer.
Yes you can use gtk_container_get_children()
OK, I missed that, sorry. This leaves the active field.
Hello Jean, Where are you planning on using this function? Could you point us to the code? Thank you
Created attachment 155770 [details] [review] Proposed patch
Used there: goffice/gtk/go-optionmenu.c:268 Actually, I defined a gtk_menu_shell_get_active for now.
2.22 has been released. Change target milestore to 2.24
Actually, it is not really needed for Goffice. Things work monitoring appropriate events.
Ok, closing the bug then