Show or hide a toolbar (original) (raw)

Scilab 5.3.3

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function

Scilab help >> GUI > toolbar

Calling Sequence

state1=toolbar(winnum,state2) state1=toolbar(winnum)

Arguments

state1

returns toolbar's state 'on' or 'off'

winum

window's number (-1: Scilab console window)

state2

'on' or 'off' set toolbar's state

Description

show or hide a toolbar.

Examples

toolbar(-1,'off') state=toolbar(-1,'on')

plot3d(); h=gcf(); toolbar(h.figure_id,'off')

Authors