UseFrontEnd[expr] evaluates expr in an environment where the kernel can make use of the services of the notebook front end.
Translate[g, {x, y, ...}] represents graphics primitives g translated by the vector {x, y, ...}. Translate[g, {{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] represents multiple ...
MLParameters is a MathLink type used to contain user-supplied parameters or functionality for an MLENV object.
GraphEdit[] opens an interactive graph editor.GraphEdit[g] plots the graph g in the interactive graph editor.
long MLToLinkID (MLINK link) returns the ID number of link.
PolarAxes is an option for sector charts and polar plots that specifies whether polar axes should be drawn.
int MLEvaluateString (MLINK link, char *string) sends a string to Mathematica for evaluation, and discards any packets sent in response.
int MLReady (MLINK link) tests whether there is data ready to be read from link.
ChangeVertices[g, v] replaces the vertices of graph g with the vertices in the given list v. v can have the form {{x_1, y_1}, {x_2, y_2}, ...} or the form {{{x_1, y_1}, ...
ToUnorderedPairs[g] constructs a list of unordered pairs representing the edges of graph g. Each edge, directed or undirected, results in a pair in which the smaller vertex ...