How to set/get Gtk "Style Properties".

Posted by PP on Stack Overflow See other posts from Stack Overflow or by PP
Published on 2010-03-29T09:17:01Z Indexed on 2010/03/29 9:23 UTC
Read the original article Hit count: 250

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about gtk

Related posts about gtk+