Mercurial > hg > octave-nkf
view test/classes/@Snork/ge.m @ 20806:99eb26310cb3
Update the state of the toolbar after ui* children have been removed
*Figure.cc (Figure::EventNotifyAfter): update the state of the toolbar after an ui* children is removed e.g. by clf.
author | Pantxo Diribarne <pantxo.diribarne@gmail.com> |
---|---|
date | Sat, 10 Oct 2015 12:48:10 +0200 |
parents | b1283d4c06c2 |
children |
line wrap: on
line source
function b = ge (s1, s2) x1 = double (s1); x2 = double (s2); b = (x1(1) >= x2(1)); end