emacs-devel
[Top][All Lists]
Advanced

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

Re: tool bar: C-... and S-... fail in GTK builds


From: Juri Linkov
Subject: Re: tool bar: C-... and S-... fail in GTK builds
Date: Tue, 14 Feb 2006 19:43:14 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>>>>   (define-key tool-bar-map [S-help] 'info)
>>> Did you try with a GTK build?  It fails with GTK for me, but it works
>>> with an X toolkit build:
>> Yes, it failed for me with a GTK build, and now I've verified that
>> it works with a non-toolkit build.  So there is a bug in GTK builds.
>
> I've fixed it now.  The modifiers are not available for the callback that
> GTK invokes when a button is clicked, so previously I just set the
> modifiers to zero.  I didn't realize there was a use for them.

Thanks!   Could you see how hard would be to implement mouse-2 and mouse-3
clicking on a tool bar item?  Is the main obstacle only in the format
of the menu keymap specification?

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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