Re: Please help (core dump)

2020-07-28 Thread aitor
Hi, On 27/7/20 14:00, Carlo Wood wrote: Hi aitor, thank you so much for your examples! I will definitely study them in depth as soon as I get my current problem resolved of how to add a 'Mode' to my menu having a separate Gtk::Builder (aka, how to combine multiple Gtk::Builder objects into a

Re: Merging UI strings into Gtk::Builder?

2020-07-28 Thread Kjell Ahlstedt via gtkmm-list
I made some tests with the menus_and_toolbars example in gtkmm-documentation. Something like this will probably work: Glib::ustring ui_info = "" " " "" ... "" " " ""; Glib::ustring ui_info2 = "" " " "" ... "" " " "";