Distributions defined in this package have been added to the built-in Mathematica kernel. Random and RandomArray are replaced by RandomReal.
Built on powerful and elegant long-standing principles, the core Mathematica language has been gradually enhanced under tight control over its twenty-year history. Version ...
GUIRunModal[src] loads and runs an interface definition in a modal state with the kernel and returns a result when finished.GUIRunModal[src, args] passes arguments to the ...
GUIRun
(GUIKit Package Symbol) GUIRun[src] loads and runs an interface definition in a modeless state and returns immediately with a GUIObject expression that represents the live interface.GUIRun[src, ...
InvokeMethod[name, {} | content] calls a widget method on the wrapping contexted widget.InvokeMethod[{target, name}, content] calls a widget method on the specified target ...
Script
(GUIKit Package Symbol) Script[scriptcode] defines a script to be used either on load or during an event.
Widget
(GUIKit Package Symbol) Widget[class : class | path | URL[path], {content}] defines a new widget instance.
The GUIKit framework makes it relatively easy to reuse interface definitions because of its automatic use of private symbol contexts for each instance of a definition. There ...
This example demonstrates simple interaction with a slider widget.
This example shows how to design a user interface from multiple definition files by loading each one with relative path references. See the code definition file ...