Re: Setting custom Glib::Property values in Gtk::Builder .ui XML

2019-06-27 Thread Daniel Boles via gtkmm-list
I'll at least go to the gtkmm-documentation directory and see whether inspiration hits. :-) You're probably right about it being new and for the next minor release only. I guess fewer users would like to depend on a point release within 2.60 anyway, when it's much easier to say just 'at least

Re: Setting custom Glib::Property values in Gtk::Builder .ui XML

2019-06-27 Thread Kjell Ahlstedt via gtkmm-list
On 6/27/19 7:00 PM, Daniel Boles via gtkmm-list wrote: That all looks incredible! Thanks so much for putting all that work in - hugely appreciated. Does "Using derived widgets" in the doc book need updated here too? I didn't see it being amended. Right now it says: Yes, the "Using derived

Re: Setting custom Glib::Property values in Gtk::Builder .ui XML

2019-06-27 Thread Daniel Boles via gtkmm-list
That all looks incredible! Thanks so much for putting all that work in - hugely appreciated. Does "Using derived widgets" in the doc book need updated here too? I didn't see it being amended. Right now it says: > Of course you won't see the exact appearance and properties of your derived widget

Re: Setting custom Glib::Property values in Gtk::Builder .ui XML

2019-06-27 Thread Kjell Ahlstedt via gtkmm-list
On 6/15/19 11:57 AM, Daniel Boles via gtkmm-list wrote: Thanks for testing it anyway! I wondered also if one could register properties in ExtraClassInit, but delay applying until them wrapping with wrap_new()*, i.e. have C++ actually reflect whatever values were set... but that seems like it