Closed nicolaspayette closed 10 years ago
Well, if we say yes to #22, the code above might remove the tab (and thereby its widget) before calling remove
on the individual widgets, hence creating an error. So xw:clear-all
is needed to avoid that.
Equivalent to
foreach xw:widget-keys xw:remove
. So maybe not necessary?