octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #44691] Context menu attached to an image


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44691] Context menu attached to an image
Date: Wed, 01 Apr 2015 18:12:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #1, bug #44691 (project octave):

Maybe related, the "buttondownfcn" callback does not work on an image:


F = figure;
H = imagesc(rand(64));
set(H,'ButtonDownFcn','disp(''click'')');


It does work on a axis as discussed in bug #39580.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44691>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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