The core of Mathematica's unique power for building interfaces is in its extremely flexible high-level symbolic paradigm. But Mathematica also allows you to build interfaces ...
ContentPadding is an option for objects that can be displayed with frames that specifies whether the vertical margins should shrink wrap tightly around the contents.
DockedCells is an option for notebooks that gives a list of cells that are to be displayed "docked" at the top of the notebook.
FieldMasked is an option to InputField that determines whether to mask user input.
FinishDynamic[] finishes updating and displaying all currently visible Dynamic objects.
LibraryFunctionError[name, code] represents an error returned from a LibraryFunction.
LibraryLoad[lib] loads the dynamic library lib into the Mathematica runtime.
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
GraphCoordinates3D[g, options] calculates a visually appealing 3D layout of the vertices of a graph g and returns the coordinates of the vertices.
GraphCoordinates[g, options] calculates a visually appealing 2D layout of the vertices of the graph g and returns the coordinates of the vertices.