Re: Fetching gtkmm custom css style properties

2020-02-18 Thread Daniel Boles via gtkmm-list
color is a normal css property, not a widget style property. use the right api for that. there is get_property() and iirc maybe even get_color(). don't use widget style properties in new code because they are removed in gtk 4. ___ gtkmm-list mailing

Re: gtkmm-list Digest, Vol 189, Issue 4

2020-02-18 Thread Gowthami S D via gtkmm-list
Figured I should have added more details. The reason I'm interested in getting the style property is because only with this information I can perform some drawing operations on my custom widgets. For example, if I need to draw a line with arbitrary thickness I need to get the 'foreground-color'

Re: gtkmm-list Digest, Vol 189, Issue 4

2020-02-18 Thread Gowthami S D via gtkmm-list
please help me..How to fetch the custom style properties through gtkmm..If you people send me the sample code it will be more helpful. On Tue, Feb 18, 2020 at 5:30 PM wrote: > Send gtkmm-list mailing list submissions to > gtkmm-list@gnome.org > > To subscribe or unsubscribe via the