Hi all,
I'm trying to port my gtkmm-2 CAD program to gtkmm-3.
I'm trying to create a dynamic menu which a user can add new views to.
I've seen, run, and adapted the xml based menus in the tutorial, but they are static. I've been trying to research Gio::MenuModel, but there isn't any documentation.
Does anyone have an example of a dynamic menu in gtkmm-3? The method I used in gtkmm-2 has been eliminated/deprecated.