WindowMovable is a notebook option that specifies whether to allow the window for the notebook to be moved around interactively on the screen.
TimeConstrained[expr, t] evaluates expr, stopping after t seconds. TimeConstrained[expr, t, failexpr] returns failexpr if the time constraint is not met.
RecursionMethod is an option to MinimumBandwidthOrdering that specifies whether to employ a multilevel process to find a minimal bandwidth ordering.
While some cells in Mathematica are not visible, they can still be selected for editing and modification. Selecting cells without visible cell brackets works just like ...
EdgeStyle is an option and property for Graph and related functions that specifies what style to use for edges.
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.
SQLBinary[data] represents raw binary data that can be stored in a database.
Tooltip
(Built-in Mathematica Symbol) Tooltip[expr, label] displays label as a tooltip while the mouse pointer is in the area where expr is displayed.
EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...