This example demonstrates how to create a reusable GUIKit` widget for wrapping Plot and some of its options. You can easily treat the PlotGroup example as a single reusable ...
PDF
(Mathematica Import/Export Format) MIME type: application/pdf Adobe Acrobat format. Standard format for exchanging and archiving multi-page documents. PDF is an acronym for Portable Document Format. Binary ...
Text
(Mathematica Import/Export Format) Plain text file. Universal format for storage and exchange of textual information. Represents text as a sequence of characters and line separators. Stores characters as ...
Registered MIME type: application/xhtml+xml XHTML with embedded MathML. Plain text XML format. Describes the structure and aspects of the appearance of web pages, including ...
XHTML
(Mathematica Import/Export Format) Registered MIME type: application/xhtml+xml XHTML markup language and file format. XML-based reformulation of HTML. XHTML is an acronym derived from Extensible Hypertext ...
This tutorial documents the XML representation of the user interface definition, GUIKitXML for short. This is a DTD representing the current GUIKit XML definitions. Use the ...
DefineNETDelegate[name, rtype, ptypes] creates a new .NET delegate type with the given name name, return type rtype, and parameter types ptypes.
DoNETModal[form] displays the specified .NET form in the foreground and does not return until the form window is closed.DoNETModal[form, expr] evaluates expr just before the ...
DoNETModeless[form] displays the specified .NET form in the foreground and then returns.
ShowNETWindow[form] displays the specified .NET form in the foreground.