Re: GtkInfoBar - How do you set "button-spacing" style property.

2017-08-29 Thread David C. Rankin
On 08/29/2017 11:48 PM, David C. Rankin wrote: > How do you package this snippet of any rcfile and have it read by your > application -- in addition to the default theme in use? (Gtk+2)? > Got it -- gtk_rc_parse (filename); -- David C. Rankin, J.D.,P.E.

Re: GtkInfoBar - How do you set "button-spacing" style property.

2017-08-29 Thread David C. Rankin
On 08/27/2017 04:53 AM, David C. Rankin wrote: > > The problem is the 6px spacing is way to big and the info bar takes up too > much space. I want to set the "button-spacing" style property to 2 (or 1) to > cut down the vertical height. > > How do I set the "button-spacing" style property? >

GtkInfoBar - How do you set "button-spacing" style property.

2017-08-27 Thread David C. Rankin
All, I've pulled my hair out trying to find any easy way to set the GtkInfoBar "button-spacing" style properly. This seems like something that should be so simply, but it looks damn near impossible. I've been though the gtk_reference manual, the gobject_reference manual and the best I can do is