CreateWindow
creates an empty window in the front end.
CreateWindow[expr]
creates a window displaying the notebook expression expr, and opens it in the front end.
CreateWindow[expr,obj]
replaces the notebook represented by the notebook object obj with the one obtained from expr.
Details and Options
- The notebook expression expr can be DocumentNotebook, PaletteNotebook, or DialogNotebook.
- CreateWindow can take any notebook option.
- CreateWindow[Visible->False] creates a new invisible window.
- CreateWindow[expr,obj] overwrites the entire contents of the notebook represented by the notebook object obj. »
Examples
open allclose allBasic Examples (2)
Options (5)
Properties & Relations (5)
DocumentNotebook creates an in-cell representation of a notebook document:
CreateWindow puts the document into its own window:
PaletteNotebook and DialogNotebook create representations of specialized notebooks:
Use CreateWindow to put a palette or dialog expression into its own notebook window:
CreateDocument is essentially a combination of DocumentNotebook and CreateWindow:
CreatePalette acts like a combination of PaletteNotebook and CreateWindow:
CreateDialog acts like a combination of DialogNotebook and CreateWindow:
Text
Wolfram Research (2007), CreateWindow, Wolfram Language function, https://reference.wolfram.com/language/ref/CreateWindow.html.
CMS
Wolfram Language. 2007. "CreateWindow." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CreateWindow.html.
APA
Wolfram Language. (2007). CreateWindow. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CreateWindow.html