emacs-devel
[Top][All Lists]
Advanced

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

Re: Binding a command to the down-event of a toolbar button


From: M Jared Finder
Subject: Re: Binding a command to the down-event of a toolbar button
Date: Tue, 04 Apr 2006 23:04:50 -0700
User-agent: Mail/News 1.5 (X11/20060228)

Richard Stallman wrote:
* The ability to move the toolbar buttons around by clicking and dragging (perhaps when in a special mode, perhaps always).

I see no need for that.

* The ability to right click on a toolbar button and bring up a context menu.

That does not require support for drag events.

* The ability to middle click on a toolbar button to perform a modified action (say, find-file-other-window instead of find-file).

That does not require support for drag events.

* The ability to click-and-hold on a toolbar button to bring up an extended menu.

That requires support for down events, but not for drag events.

So then you're okay with adding a way to distinguish between mouse-1, mouse-2 and mouse-3 events, and down and up events?

  -- MJF





reply via email to

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