ActionMenu[name, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents an action menu with label name and with items labeled lbl_i that evaluates the expression act_i if the ...
InputField[] represents a blank editable input field. InputField[x] represents an editable input field that currently contains the expression x. InputField[Dynamic[x]] takes ...
You can enhance the appearance of 3D graphics in Mathematica by changing the direction and color of plot lighting. Lighting , an option for Graphics3D and related functions, ...
Attributes[symbol] gives the list of attributes for a symbol.
FileNameSetter[name] represents a file name setter which displays as a Browse button and when clicked brings up a system file opening dialog, starting from the location ...
Get
(Built-in Mathematica Symbol) << name reads in a file, evaluating each expression in it, and returning the last one.
ImageLines[image] finds line segments in image and returns the coordinates of their endpoints.ImageLines[image, t] uses the threshold t for selecting image ...
NotebookObject[fe, id] is an object that represents an open notebook in the front end.
PasteButton[expr] represents a button that pastes expr whenever it is pressed. PasteButton[label, expr] displays with label on the button.
RadioButton[x, val] represents a radio button whose setting x is set to val when the button is clicked. RadioButton[x, val] is displayed as RadioButtonBox[0, {0}] when x is ...