bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#9451: GTK3 toolbar style


From: Stefano Facchini
Subject: bug#9451: GTK3 toolbar style
Date: Tue, 06 Sep 2011 18:11:06 +0200

When compiling with GTK3 the toolbar style should be set to
"primary-toolbar" to match the new theme. However, simply setting the
style in this way makes the toolbar looks bad because of the GtkEventBox
wrapped around every GtkButton.

It seems that the GtkEventBox is only used in connecting signals which
can be connected directly to the GtkButton itself. In the attached patch
the event box is removed and the toolbar style set to "primary-toolbar".

Feedback/comments welcome


-- 
Stefano Facchini <stefano.facchini@gmail.com>

Attachment: gtk3toolbar.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]