$NewSymbol is a global variable which, if set, is applied to the name and context of each new symbol that Mathematica creates.
"FindNextMisspelling" is a front end token that selects the next misspelled word and opens the Check Spelling dialog.
UndirectedGraph[g] gives an undirected graph from the directed graph g.
Mathematica's unified symbolic architecture makes it incredibly easy to create dialog boxes that range from the straightforward to the highly elaborate and customized. Every ...
ControllerLinking is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies whether to allow interactive control by external controllers.
NotebookSelection[] represents the current selection in the current evaluation notebook in the front end.NotebookSelection[nb] represents the current selection associated ...
DefaultNaturalLanguage is an option for character selections that specifies the language used when checking the spelling of a word in a human natural language selection.
DegreeCentrality[g] gives a list of vertex degrees for the vertices in the underlying simple graph of g. DegreeCentrality[g, "InDegree"] gives a list of vertex ...