octave-maintainers
[Top][All Lists]
Advanced

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

Re: is buttondownfnc working for anyone?


From: Michael Goffioul
Subject: Re: is buttondownfnc working for anyone?
Date: Sat, 27 Jul 2013 22:21:52 -0400

On Sat, Jul 27, 2013 at 10:50 AM, Ben Abbott <address@hidden> wrote:
On MacOSX, the buttondownfcn isn't working for me.  I'll open a bug report, but thought I'd check to see if this is a MacOSX problem is for all OSes.

After the commands below, does a mouse click on the new axes produce any effect?

        graphics_toolkit fltk
        close all
        buttondownfcn = @(obj, event) disp (obj);
        set (gca (), "buttondownfcn", buttondownfcn)

AFAIK, the FLTK backend only supports windowbuttonXXX handlers. Support for mouse handlers it better in QtHandles. Also I don't think that handlers are supposed to be executed in Matlab when a mouse mode has been enabled in a figure (zoom, edit...).

Michael.


reply via email to

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