I have searched Google many times for tutorials and looked over the API reference numerous times, but I cannot figure out how to use GtkUIManager to build a menubar.
If someone could give me an example of how to use GtkUIManager to build a menubar, I would be greatly appreciative.
I did have my menubar working with GtkItemFactory, but it is now depracated and I want to bring my code up to date.
Thank you for your time.
It seems to be used in gtk+/tests/testactions.c and gtk+/tests/testmerge.c