Re: Changing a style property?

2007-11-27 Thread Micah Carrick
You may want to look over the documentation of GtkRcStyle, resource files (.rc files for themes). The "style" property of a widget is a GtkStyle object. There is no "shadow-type" property of a widget. These are typically not used by the developer. We leave this stuff up to the theme. If we wan

Re: Changing a style property?

2007-11-27 Thread Andrew Smith
Andrew Smith a écrit : > Hi > > Can someone tell me how to change the 'style property' (as it's called > in the reference manual) of a gtkwidget? > > Specifically right now I'm looking to change the 'shadow-type' property > of gtkmenubar, gtktoolbar, and gtkcombobox. They look like crap on vist

Changing a style property?

2007-11-15 Thread Andrew Smith
Hi Can someone tell me how to change the 'style property' (as it's called in the reference manual) of a gtkwidget? Specifically right now I'm looking to change the 'shadow-type' property of gtkmenubar, gtktoolbar, and gtkcombobox. They look like crap on vista. I tried a g_object_set() but that