Std ViewDockUndockFullscreen: Difference between revisions

From FreeCAD Documentation
m (space)
(Marked this version for translation)
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
|Workbenches=All
|Workbenches=All
|Shortcut=
|Shortcut=
|SeeAlso=[[Std ViewCreate|Create new view‏‎]], [[Std ViewScreenShot|Save picture...]], [[Std_FreezeViews|Freeze display‏‎]], [[Std_Windows_Menu|Windows]]
|SeeAlso=
}}
}}


<!--T:3-->
== Description == <!--T:3-->

ToDo
<!--T:7-->
It allows to keep the active window hooked to the GUI structure, or to unhook it to move it to a different area of the screen, or to view the document in full screen.

== Use == <!--T:8-->

<!--T:9-->
In the menu {{MenuCommand|View → Document windo}} select the desired condition.

<!--T:10-->
The '''Docked''' condition is the standard, typical one, in which the work area is integral with the structure of the application interface.

<!--T:11-->
The '''Undocked''' condition allows the user to separate the active window from the interface structure (including menus and tools) and move it on the screen independently. It allows to overlay the two windows, or even to display one and reduce the other to an icon.

<!--T:12-->
[[Image:FinestraNonAgganciata.png|500px]]

<!--T:13-->
{{Caption|Example of a '''Undocked''' window superimposed on the main FreeCAD window}}

<!--T:14-->
[[Image:MenuSpostati.png|500px]]

<!--T:15-->
{{Caption|The menus can also be separated and moved freely on the screen}}

<!--T:16-->
The '''Full Screen''' condition is self-explanatory.

=== Other useful tools for managing views and windows === <!--T:17-->

<!--T:18-->
* [[Std ViewCreate|Create new view‏‎]] to work on multiple views simultaneously.
* [[Std ViewScreenShot|Save picture...]] to save the current content of the 3D view to a file.
* [[Std_FreezeViews|Freeze display‏‎]] to have custom views.
* [[Std_Windows_Menu|Windows]] menu to manage active windows.


<!--T:6-->
<!--T:6-->
{{Std Base}}
{{Std Base}}
{{Userdocnavi}}
{{Userdocnavi}}



</translate>
</translate>

Revision as of 16:56, 26 October 2019

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std ViewDockUndockFullscreen

Menu location
View → Document window‏‎
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Create new view‏‎, Save picture..., Freeze display‏‎, Windows

Description

It allows to keep the active window hooked to the GUI structure, or to unhook it to move it to a different area of the screen, or to view the document in full screen.

Use

In the menu View → Document windo select the desired condition.

The Docked condition is the standard, typical one, in which the work area is integral with the structure of the application interface.

The Undocked condition allows the user to separate the active window from the interface structure (including menus and tools) and move it on the screen independently. It allows to overlay the two windows, or even to display one and reduce the other to an icon.

Example of a Undocked window superimposed on the main FreeCAD window

The menus can also be separated and moved freely on the screen

The Full Screen condition is self-explanatory.

Other useful tools for managing views and windows