all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: Binding a command to the down-event of a toolbar button
Date: Thu, 30 Mar 2006 17:39:23 -0500	[thread overview]
Message-ID: <jwv3bgzh8jy.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <7dbe73ed0603300156k46cae26dhe01f5ddf3309a3a3@mail.gmail.com> (Mathias Dahl's message of "Thu, 30 Mar 2006 11:56:50 +0200")

>> I'm trying to add tool-bar buttons for "fast forward" and "rewind" in my
>> MPC.el package, and the way I expected it would work is that down-mouse-1
>> on those buttons would start the ffwd/rewind and the up event would
>> stop it.
>> 
>> Is such behavior normal in tool bars in other user interfaces?
>> If not, I think we should not do it.

I use Emacs's tool-bar as a "control bar", so its behavior doesn't need to
be related to what people are usually accumstomed for tool-bars.
See http://www.iro.umontreal.ca/~monnier/elisp/mpc.png for a snapshot.

> I have never seen such a functionality in a *tool-bar*. But buttons
> like these are common in "media players" of all kinds, where the
> buttons are often part of some "cool" or "groovy" GUI. I would not
> expect a tool-bar button to do that, but that's just me.

I don't think my media player is being partiocularly "cool" or "groovy", but
I think it makes sense to provide stop/play/ffwd/rewind buttons on
the toolbar.  Right now my ffwd and rewind buttons are toggles that
start/stop the action.  This toggle behavior is not bad (and sometimes
useful) but I'd like to be able to also offer the press-and-hold behavior
which may be more convenient in other situations.

The other alternative is to not use the toolbar and create one by hand out of
a normal Emacs window displaying a buffer with no header-line and no
mode-line and whose content will be just a bunch of images (icons), ...
But that's a lot of work and is likely to never work nearly as well.

I think my request for down-events on the tool-bar is related to some other
people's requests to be able to bind different actions for mouse-1, mouse-2,
mouse-3.


        Stefan

  reply	other threads:[~2006-03-30 22:39 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-26  5:10 Binding a command to the down-event of a toolbar button Stefan Monnier
2006-03-28 19:33 ` Richard Stallman
2006-03-30  9:56   ` Mathias Dahl
2006-03-30 22:39     ` Stefan Monnier [this message]
2006-03-30 23:03       ` Drew Adams
2006-03-31  7:58         ` Eli Zaretskii
2006-03-31 20:20           ` Richard Stallman
2006-04-01 11:43             ` Eli Zaretskii
2006-03-31 17:28         ` Richard Stallman
2006-03-31 18:35           ` Drew Adams
2006-04-01 11:45             ` Eli Zaretskii
2006-04-01 16:21               ` Drew Adams
2006-04-02 20:38                 ` Richard Stallman
2006-04-01 13:46             ` Richard Stallman
2006-04-01  3:12           ` M Jared Finder
2006-04-01 20:28             ` Richard Stallman
2006-04-01 20:58               ` M Jared Finder
2006-04-03  1:09                 ` Richard Stallman
2006-04-03  4:14                   ` M Jared Finder
2006-04-03 18:24                     ` Richard Stallman
2006-04-04  2:13                       ` M Jared Finder
2006-04-04 19:57                         ` Richard Stallman
2006-04-05  6:04                           ` M Jared Finder
2006-04-05 19:06                             ` Richard Stallman
2006-04-06  5:40                               ` M Jared Finder
2006-04-06 15:37                                 ` Richard Stallman
2006-03-31 10:18       ` Jason Rumney
2006-03-31 11:01         ` David Kastrup
2006-03-31 14:34         ` Stefan Monnier
2006-04-01 13:45           ` Richard Stallman
2006-04-01 16:27             ` Stefan Monnier
2006-04-01 13:45         ` Richard Stallman
2006-04-01 19:01           ` Jason Rumney
2006-04-02 20:38             ` Richard Stallman
2006-04-02 21:29               ` Jason Rumney
2006-04-03  3:24                 ` Richard Stallman
2006-03-31 17:28     ` Richard Stallman
2006-04-01  0:55       ` Kevin Rodgers
2006-04-01  1:12         ` Robert J. Chassell
2006-04-01  3:59         ` Stefan Monnier
2006-04-01 20:28           ` Richard Stallman
2006-04-03  2:01             ` Stefan Monnier
2006-04-03 13:51               ` Richard Stallman
2006-04-03 18:24                 ` Richard Stallman
2006-04-01 20:28         ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv3bgzh8jy.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.