Std CloseActiveWindow/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "==옵션==")
(Created page with "* 대화 상자에서 명령을 중지하려면 {{KEY|Esc}} 키나 {{Button|취소}} 버튼을 누르십시오.")
Line 35: Line 35:
==옵션==
==옵션==


* When the dialog box is displayed: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
* 대화 상자에서 명령을 중지하려면 {{KEY|Esc}} 키나 {{Button|취소}} 버튼을 누르십시오.


==Notes==
==Notes==

Revision as of 01:39, 24 December 2020

표준 활성 창 닫기

메뉴 위치
파일 → 닫기
작업대
모두
기본 단축키
Ctrl+F4
도입 버전
-
참조
표준 모든 창 닫기

설명

표준 창 닫기(Std CloseActiveWindow) 명령은 활성 창을 닫습니다. 문서를 닫으려면 그 문서에 속한 창을 모두 닫아야 합니다.

용법

  1. 이 명령을 실행하는 방법은 여러가지입니다:
    • 메뉴에서 파일 → 닫기 옵션을 선택합니다.
    • 단축키를 사용합니다: Ctrl+F4.
  2. 문서를 닫으려면 그 문서에 속한 모든 창에 이 작업을 반복합니다.
  3. 저장하지 않은 문서의 마지막 창을 닫을 때 저장할지 묻는 대화상자가 나타납니다:
    • 문서를 저장하려면 저장 버튼을 누르십시오. 필요하다면 먼저 파일 이름을 입력하십시오.
    • 모든 변경 내용을 무시하고 문서를 닫으려면 무시 버튼을 누르십시오.

옵션

  • 대화 상자에서 명령을 중지하려면 Esc 키나 취소 버튼을 누르십시오.

Notes

  • The command can only close docked windows.
  • A document can also be closed by right-clicking it in the Tree view and selecting Close document from the context menu.

Preferences

  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.

Scripting

See also: FreeCAD Scripting Basics.

To close a document use the closeDocument method of the FreeCAD application. For a scripting example see Std New.