$Notebooks is True if Mathematica is being used with a notebook-based front end.
Deploy
(Built-in Mathematica Symbol) Deploy[expr] yields a deployed version of expr in which elements such as Slider, InputField, Locator, and Button are active, but general editing and selection is disabled.
Mathematica provides standardized special characters to represent various forms commonly used to annotate or structure text.
AddEventHandler[obj@event, func] assigns the specified Mathematica function func to be called when the given event event fires.
DoModal[] does not return until the Java side sends an expression of the form EvaluatePacket[EndModal[args]].
$Linked
(Built-in Mathematica Symbol) $Linked is True if the Mathematica kernel is being run through MathLink.
ControllerLinking is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies whether to allow interactive control by external controllers.
void MLSetUserData (MLINK link, void* d, MLUserFunction f) installs the users data object data and function f in link.
GUIKit provides a higher-level Mathematica expression syntax for defining a graphical user interface along with a runtime environment for managing and deploying these ...
FrontEndEventActions is an option for the notebook front end that gives a list of actions to perform when specified user-interface events occur.