|
|
||
|
|
CreatePalette |
| CreatePalette[expr] creates a palette notebook containing expr, and opens it in the front end. |
| CreatePalette[{expr1, expr2, ...}] creates and opens a palette notebook consisting of a sequence of cells containing the expri. |
| CreatePalette[expr, obj] replaces the notebook represented by the notebook object obj with the one obtained from expr. |
| DocumentNotebook[...] | a complete notebook | |
| TextCell[...] | a text cell | |
| ExpressionCell[...] | an expression cell | |
| CellGroup[...] | a cell group, potentially nested | |
| "string" | a string, inside a text cell | |
| e | an expression e, in an expression cell |
| © 2008 Wolfram Research, Inc. |