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

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

[Octave-bug-tracker] [bug #45621] Bar does not execute ButtonDownFcn


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #45621] Bar does not execute ButtonDownFcn
Date: Thu, 30 Jul 2015 12:16:38 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #45621 (project octave):

For comment 1, using matlab R2010b:


>> hbars = bar (rand (3), 'buttondownfcn','disp Bar')

hbars =

  174.0016  177.0011  179.0011

>> strcmp (get (hbars, 'buttondownfcn'), 'disp Bar')

ans =

     1
     1
     1

>> hkids = get (hbars(1), 'children')

hkids =

  175.0011
>> strcmp (get (hkids(1), 'buttondownfcn'), 'disp Bar')

ans =

     0
>>


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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