<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.labrps.com/index.php?action=history&amp;feed=atom&amp;title=Std_Workbench</id>
	<title>Std Workbench - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.labrps.com/index.php?action=history&amp;feed=atom&amp;title=Std_Workbench"/>
	<link rel="alternate" type="text/html" href="https://wiki.labrps.com/index.php?title=Std_Workbench&amp;action=history"/>
	<updated>2026-05-07T18:58:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://wiki.labrps.com/index.php?title=Std_Workbench&amp;diff=1948&amp;oldid=prev</id>
		<title>LabRPS: Created page with &quot;{{Docnav |MainFullscreen |TreeSyncView |Std View Menu |IconL=Std_MainFullscreen.svg |IconR=Std_TreeSyncView.svg |IconC=Labrps.svg }}  {{GuiCommand |Name=Std Workbench |MenuLocation=View → Workbench |Phenomena=All }}  ==Description==   The &#039;&#039;&#039;Std Workbench&#039;&#039;&#039; command activates a selected workbench.  Image:Std_Workbench_ComboBox_Icons_And_Text.png {{Caption|The default ComboBox Workbench se...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.labrps.com/index.php?title=Std_Workbench&amp;diff=1948&amp;oldid=prev"/>
		<updated>2024-10-26T23:17:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Docnav |&lt;a href=&quot;/Std_MainFullscreen&quot; title=&quot;Std MainFullscreen&quot;&gt;MainFullscreen&lt;/a&gt; |&lt;a href=&quot;/Std_TreeSyncView&quot; title=&quot;Std TreeSyncView&quot;&gt;TreeSyncView&lt;/a&gt; |&lt;a href=&quot;/Std_View_Menu&quot; title=&quot;Std View Menu&quot;&gt;Std View Menu&lt;/a&gt; |IconL=Std_MainFullscreen.svg |IconR=Std_TreeSyncView.svg |IconC=Labrps.svg }}  {{GuiCommand |Name=Std Workbench |MenuLocation=View → Workbench |Phenomena=All }}  ==Description==   The &amp;#039;&amp;#039;&amp;#039;Std Workbench&amp;#039;&amp;#039;&amp;#039; command activates a selected &lt;a href=&quot;/Workbenches&quot; title=&quot;Workbenches&quot;&gt;workbench&lt;/a&gt;.  &lt;a href=&quot;/File:Std_Workbench_ComboBox_Icons_And_Text.png&quot; title=&quot;File:Std Workbench ComboBox Icons And Text.png&quot;&gt;Image:Std_Workbench_ComboBox_Icons_And_Text.png&lt;/a&gt; {{Caption|The default ComboBox Workbench se...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Docnav&lt;br /&gt;
|[[Std_MainFullscreen|MainFullscreen]]&lt;br /&gt;
|[[Std_TreeSyncView|TreeSyncView]]&lt;br /&gt;
|[[Std_View_Menu|Std View Menu]]&lt;br /&gt;
|IconL=Std_MainFullscreen.svg&lt;br /&gt;
|IconR=Std_TreeSyncView.svg&lt;br /&gt;
|IconC=Labrps.svg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GuiCommand&lt;br /&gt;
|Name=Std Workbench&lt;br /&gt;
|MenuLocation=View → Workbench&lt;br /&gt;
|Phenomena=All&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description== &lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Std Workbench&amp;#039;&amp;#039;&amp;#039; command activates a selected [[Workbenches|workbench]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Std_Workbench_ComboBox_Icons_And_Text.png]]&lt;br /&gt;
{{Caption|The default ComboBox Workbench selector type}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Std_Workbench_TabBar_Icons_Only.png]]&lt;br /&gt;
{{Caption|The optional TabBar Workbench selector type (here displayed with icons only)}}&lt;br /&gt;
&lt;br /&gt;
==Usage== &lt;br /&gt;
&lt;br /&gt;
# There are several ways to invoke the command:&lt;br /&gt;
#* Select a workbench from the ComboBox in the Workbench toolbar.&lt;br /&gt;
#* Select a workbench from the {{MenuCommand|View → Workbench}} sub-menu.&lt;br /&gt;
&lt;br /&gt;
==Notes== &lt;br /&gt;
&lt;br /&gt;
* Additional [[External_Workbenches|External Workbenches]] can be downloaded with the [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr|Addon Manager]].&lt;br /&gt;
&lt;br /&gt;
==Preferences== &lt;br /&gt;
&lt;br /&gt;
See also: [[Preferences_Editor|Preferences Editor]].&lt;br /&gt;
&lt;br /&gt;
* A [[Preferences_Editor#Available_Workbenches|page with related preferences]] is available: {{MenuCommand|Edit → Preferences... → Workbenches → Available Workbenches}}. You can change the {{MenuCommand|Start up workbench}}, and more. &lt;br /&gt;
&lt;br /&gt;
==Scripting== &lt;br /&gt;
&lt;br /&gt;
See also: [https://labrps.github.io/SourceDoc/ Autogenerated API documentation] and [[LabRPS_Scripting_Basics|LabRPS Scripting Basics]].&lt;br /&gt;
&lt;br /&gt;
To change the workbench use the {{incode|activateWorkbench}} method of the LabRPSGui module.&lt;br /&gt;
&lt;br /&gt;
{{Code|code=&lt;br /&gt;
import LabRPSGui&lt;br /&gt;
&lt;br /&gt;
LabRPSGui.activateWorkbench(&amp;quot;WindLabWorkbench&amp;quot;)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Docnav&lt;br /&gt;
|[[Std_MainFullscreen|MainFullscreen]]&lt;br /&gt;
|[[Std_TreeSyncView|TreeSyncView]]&lt;br /&gt;
|[[Std_View_Menu|Std View Menu]]&lt;br /&gt;
|IconL=Std_MainFullscreen.svg&lt;br /&gt;
|IconR=Std_TreeSyncView.svg&lt;br /&gt;
|IconC=Labrps.svg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Std Base navi}}&lt;br /&gt;
{{Userdocnavi}}&lt;br /&gt;
{{Interface navi}}&lt;/div&gt;</summary>
		<author><name>LabRPS</name></author>
	</entry>
</feed>