toolbar color



I would like to know where the background color of the gtk toolbar is
stored and how I can access that field.  I don't seem to be able to
change it with the following code...

  style1 = gtk_style_new ();
  gdk_color_parse ("red", &style1->fg[GTK_STATE_NORMAL]);
  gtk_widget_set_style (toolbar1, style1);

Thanks for any help.

Grace





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