FindLibrary[lib] finds a dynamic library that can be loaded by LibraryFunctionLoad.
LibraryFunctionInformation[fun] returns information about a LibraryFunction.
GUILoad[src] loads an interface definition and returns immediately with a GUIObject result.GUILoad[src, args] passes arguments to the interface definition.
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, ...
DefaultBaseStyle is a low-level option for formatting and related constructs that specifies a default base style to use before BaseStyle.
Text
(Built-in Mathematica Symbol) Text[expr] displays with expr in plain text format. Text[expr, coords] is a graphics primitive that displays the textual form of expr centered at the point specified by ...
VertexRenderingFunction is an option for GraphPlot and related functions that gives a function to generate the graphics primitives to use in rendering each vertex.
RemoveEventHandler[obj@event, delegate] removes the specified delegate from the named event.
JavaNew[classname] constructs a Java object of the specified class. JavaNew[classname, args] constructs a Java object of the specified class, passing the arguments args to ...