How to set gtk "Style Properties" listed in gtk documentation?
like for GtkWidget there are Style Properties:
"separator-height" gint : Read
"separator-width" gint : Read
So how to get and set them? using GTK+ and C.
Thanks, PP.