show or hide a toolbar
state1=toolbar(winnum,state2) state1=toolbar(winnum)
returns toolbar's state 'on' or 'off'
window's number (-1: Scilab console window)
'on' or 'off' set toolbar's state
show or hide a toolbar.
toolbar(-1,'off') state=toolbar(-1,'on') plot3d(); h=gcf(); toolbar(h.figure_id,'off')