problem with gtk_widget_style_get




hi,
        I'm trying to access the treeview properties set through rc file as below,

      gboolean num = 0;
        GdkColor color;
        gtk_widget_style_get(treeview_widget,
                                        "even-row-color",&color,
                                        "allow-rules",&num,NULL);

        The "allow-rules" value is properly retrieved in num variable, but
"even-row-color"
  value is not properly retrieved in color variable.

        How to retrieve the GdkColor value properly?

Regards,
Abirami.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]