octave-maintainers
[Top][All Lists]
Advanced

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

is buttondownfnc working for anyone?


From: Ben Abbott
Subject: is buttondownfnc working for anyone?
Date: Sat, 27 Jul 2013 10:50:36 -0400

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)

Ben

reply via email to

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