[Bugzilla] [Bug 6216] Adeline CARNIS has changed component
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Wed Mar 21 15:52:30 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=6216
--------- Bug Summary -----------
New state for toolbars
---------- Changed by ------------
adeline.carnis at scilab-enterprises.com
---------- What changed ----------
component
Adeline CARNIS <adeline.carnis at scilab-enterprises.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Scilab |Graphics
--- Comment #2 from Adeline CARNIS <adeline.carnis at scilab-enterprises.com> ---
Hello,
Now, we are able to hide the toolbar (Scilab console and graphic windows).
For Scilab console, use toolbar(-1, "off")
For graphic windows, use toolbar and toolbar_visible properties
f = gcf();
f.toolbar_visible = "off";
IMO, hide the toolbar is equivalent to disable all buttons, because the toolbar is inactive in both cases.
What do you think ?
If you agree with me, I think that this bug can be closed.
Adeline
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180321/9c82cf41/attachment.htm>
More information about the Bugzilla
mailing list