octave-maintainers
[Top][All Lists]
Advanced

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

Matlab test requested


From: Michael Goffioul
Subject: Matlab test requested
Date: Sun, 30 Mar 2014 20:57:31 -0400

Can anyone verify whether the callbacks 'windowbutton...' are executed when the mouse event occurs above a uicontrol? For instance, take the following:

figure('windowbuttondownfcn', @(h,e) disp('down'), 'windowbuttonmotionfcn', @(h,e) disp('move'));
uicontrol('position', [0 0 200 100]);

Are the callbacks executed when the mouse is pressed and/or moved above the button?

Michael.


reply via email to

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