Paneled
(Built-in Mathematica Symbol) Paneled is an option for Manipulate and related functions that specifies whether to give the output inside a panel.
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
Mathematica expressions provide a very general way to handle all kinds of data, and you may sometimes want to use such expressions inside your external programs. A language ...
SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...
NotebookObject[fe, id] is an object that represents an open notebook in the front end.
Mathematica not only allows you to create interfaces within its usual notebook framework, but also to create complex standalone interfaces that customize the whole user ...
LayeredGraphPlot attempts to draw the vertices of a graph in a series of layers, placing dominant vertices at the top, and vertices lower in the hierarchy progressively ...
Outer
(Built-in Mathematica Symbol) Outer[f, list_1, list_2, ...] gives the generalized outer product of the list_i, forming all possible combinations of the lowest-level elements in each of them, and feeding ...
Constructing Lists Manipulating Lists by Their Indices Nested Lists
ImageEffect[image, " effect"] applies the specified image effect to image.ImageEffect[image, {"effect", params}] uses parameters params.