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

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

[Octave-bug-tracker] [bug #46086] The WindowButtonMotionFcn callback is


From: jsh
Subject: [Octave-bug-tracker] [bug #46086] The WindowButtonMotionFcn callback is not called
Date: Thu, 01 Oct 2015 01:51:53 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0

URL:
  <http://savannah.gnu.org/bugs/?46086>

                 Summary: The WindowButtonMotionFcn callback is not called
                 Project: GNU Octave
            Submitted by: jsh
            Submitted on: Thu 01 Oct 2015 01:51:52 AM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

WindowButtonMotionFcn callback works in 4.0 but not in the dev branch. Test
script should output the current coordinates when the mouse pointer is moved
over the figure.


function test()

f  = figure( 'WindowButtonMotionFcn', @cbf1);

ax = axes( 'parent', f );

function cbf1( hFig, evt )
p = get( gca, 'CurrentPoint' )





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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