Hi,

Still interested in hearing how to get uniformly looking toolbars.
>

The toolbar should have the 'primary-toolbar' style class, e.g. do

    gtk_style_context_add_class (gtk_widget_get_style_context (toolbar),
                                                "primary-toolbar");

in the code, or

<object class="GtkToolbar">
  <style>
    <class name="primary-toolbar"/>
 </style>
</object>

in the GtkBuilder ui definition.

Florian
_______________________________________________
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