Hide: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
<section begin="image"/>
<section begin="image"/>
[[File:Hide.png|alt=hide|thumb]]
[[File:Hide.png|alt=hide|thumb]]
Line 7: Line 8:
<section begin="name" />{{Block|hide [▼]}}<section end="name" /> is a code block from the [[Interface]] drawer.
<section begin="name" />{{Block|hide [▼]}}<section end="name" /> is a code block from the [[Interface]] drawer.


<!--T:2-->
==Usage==
==Usage==
<p id="tooltip">{{Block|hide [▼]}} hides a selected widget. Once hidden, you need to use “show” to make it visible again.</p>
<p id="tooltip">{{Block|hide [▼]}} hides a selected widget. Once hidden, you need to use “show” to make it visible again.</p>


<!--T:3-->
===Syntax===
===Syntax===
<code>hide [Dropdown: Type of Widget]</code>
<code>hide [Dropdown: Type of Widget]</code>


==Nuances==
==Nuances== <!--T:4-->


<!--T:5-->
==Related Blocks==
==Related Blocks==
*{{Block|Show|show [▼]}}
*{{Block|Show|show [▼]}}


<!--T:6-->
[[Category:Interface]]
[[Category:Interface]]
[[Category:Code Block]]
[[Category:Code Block]]
</translate>
</translate>

Revision as of 18:29, 27 June 2023

Other languages:


hide

hide [▼] is a code block from the Interface drawer.

Usage

hide [▼] hides a selected widget. Once hidden, you need to use “show” to make it visible again.

Syntax

hide [Dropdown: Type of Widget]

Nuances

Related Blocks