This example illustrates how to take advantage of Widget["Action"] objects and easily connect and construct typical user interface elements, such as menu items, toolbars, ...
AddEventHandler[obj@event, func] assigns the specified Mathematica function func to be called when the given event event fires.
In Mathematica, a palette is just a notebook with a collection of controls such as buttons. A uniquely powerful consequence of Mathematica's unified design is that a symbolic ...
AbsoluteFileName["name"] gives the full absolute version of the name for a file in your filesystem.
FileBaseName["file"] gives the base name for a file without its extension.
FileExtension["file"] gives the file extension for a file name.
FileNameSplit["filename"] splits a file name into a list of parts.
MemoryInUse[] gives the number of bytes currently being used to store all data in the current Mathematica kernel session. MemoryInUse[$FrontEnd] gives the number of bytes ...
Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
SystemOptions["name"] gives the current setting for the internal system option with the specified name.SystemOptions[] gives the current settings for all settable internal ...