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 ...
StackComplete[expr] evaluates expr with intermediate expressions in evaluation chains included on the stack.
PreferencesPath is a global option that specifies which directories are searched for user-specific settings when Mathematica is started.
Mathematica allows data stored in standard systems formats to be analyzed and synthesized using the full power of Mathematica.
In addition to the interfaces of Import and Export, Mathematica 8 comes with an autoloading mechanism that simplifies the registration of formats used by the Import and ...
ChoiceButtons[] represents a pair of OK and Cancel buttons that close a dialog.ChoiceButtons[{act_ok, act_cancel}] represents OK and Cancel buttons that evaluate the ...
Interrupt[] generates an interrupt.
TextPacket[string] is a MathLink packet containing string, the text output from Mathematica as produced by functions such as Print.
DefaultStyleDefinitions is a global option that specifies the default stylesheet for all new notebooks.
Mathematica stores preference settings and initialization data in two directories, $BaseDirectory and $UserBaseDirectory. Within each of these directories are several ...