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

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

[Octave-bug-tracker] [bug #44242] Adding a listener to the "children" pr


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #44242] Adding a listener to the "children" property has no effect
Date: Sat, 14 Feb 2015 00:27:13 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18

Follow-up Comment #2, bug #44242 (project octave):

Matlab doesn't have a compatible addlistener() function. in R2014a,


fcn = @(h,arg1,arg2) disp ('hello world')

fcn = 

    @(h,arg1,arg2)disp('hello world')

axes
addlistener (gca (), 'children', fcn)
The specified event is not supported by the object




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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