I looked at modules/engines/ms-windows/msw_style.c, line 855, and tried 
the following, without succes:

      gchar* class_path = NULL;
      gtk_widget_class_path(button, NULL, &class_path, NULL);
    
      gchar buf[1024];
      g_snprintf (buf, sizeof(buf),
        "widget_class \"%s\" style \"msw-header-button\"\n",
            class_path );
      gtk_rc_parse_string (buf);


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to