Widget["Frame"] represents a complete window.
int MLGetType (MLINK link) gets the type of the current object on the MathLink connection specified by link.
Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...
GridCreationSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the Create Table/Matrix dialog.
GTOPO30
(Mathematica Import/Export Format) GTOPO30 global topographic data. United States Geological Survey (USGS) standard. Distribution format for a global digital elevation model (DEM) with 30-arc-second grid ...
MLMARK MLSeekMark (MLINK link, MLMARK mark, int n) goes back to a position n expressions after the specified mark on a link.
int MLPutInteger64Array (MLINK link, mlint64 *a, int *dims, char ** heads, int d) puts an array of 64-bit integers to the MathLink connection specified by link to form a ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
Equivalent[e_1, e_2, ...] represents the logical equivalence e_1 \[DoubleLeftRightArrow] e_2 \[DoubleLeftRightArrow] ..., giving True when all of the e_i are the same.
JavaShow[window] causes the specified Java window to be brought to the foreground, so that it appears in front of notebook windows.