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: Jan Djärv
Subject: bug#9451: GTK3 toolbar style
Date: Tue, 06 Sep 2011 22:12:37 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:5.0) Gecko/20110624 Thunderbird/5.0



Stefano Facchini skrev 2011-09-06 18:11:
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".


The GtkEventBox is there to make tooltips work on disabled buttons. Any patch made must preserve that.

        Jan D.






reply via email to

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