CreateWindow

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

Examples

open allclose all

Basic Examples  (2)

Create a blank notebook window:

Create a notebook window with specified contents:

Replace the contents of an existing window:

Scope  (2)

Create a palette window:

Create a dialog window:

Options  (5)

Background  (1)

Set a background color:

CellDingbat  (1)

Set a cell dingbat:

CellGrouping  (1)

Make a notebook with manually grouped cells:

TextAlignment  (1)

Align contents on the right:

Visible  (1)

Create a notebook that is not visible:

Make the notebook appear:

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:

Wolfram Research (2007), CreateWindow, Wolfram Language function, https://reference.wolfram.com/language/ref/CreateWindow.html.

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

BibTeX

@misc{reference.wolfram_2023_createwindow, author="Wolfram Research", title="{CreateWindow}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/CreateWindow.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_createwindow, organization={Wolfram Research}, title={CreateWindow}, year={2007}, url={https://reference.wolfram.com/language/ref/CreateWindow.html}, note=[Accessed: 19-March-2024 ]}