Overview - Maple Help

Online Help

All Products    Maple    MapleSim


Overview of the Maplets[Elements] Package

 

Calling Sequence

Description

List of Maplets[Elements] Package Commands

Examples

Calling Sequence

Maplets[Elements][command](arguments)

command(arguments)

Description

• 

The Maplets[Elements] package contains commands that define the individual components (called elements) constituting a  Maplet application, for example, windows, dialogs, text fields, and check boxes.

  

 

• 

Each command in the Maplets[Elements] package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

  

As the underlying implementation of the Maplets[Elements] package is a module, it is also possible to use the form Maplets:-Elements:-command to access a command from the package. For more information,  see Module Members.

List of Maplets[Elements] Package Commands

  

The following is a list of available commands.

Action

AlertDialog

Argument

BorderLayout

BoxCell

BoxColumn

BoxLayout

BoxRow

Button

ButtonGroup

CheckBox

CheckBoxMenuItem

CloseWindow

ColorDialog

ComboBox

ConfirmDialog

DropDownBox

Evaluate

FileDialog

Font

GridCell

GridCell2

GridLayout

GridRow

HorizontalGlue

Image

InputDialog

Item

Label

ListBox

Maplet

MathMLEditor

MathMLViewer

Menu

MenuBar

MenuItem

MenuSeparator

MessageDialog

PasswordField

Plotter

PopupMenu

QuestionDialog

RadioButton

RadioButtonMenuItem

Return

ReturnItem

RunDialog

RunWindow

SetOption

Shutdown

Slider

Table

TableHeader

TableItem

TableRow

TextBox

TextField

ToggleButton

ToolBar

ToolBarButton

ToolBarSeparator

VerticalGlue

Window

 

  

These elements can be classified into seven separate groups:

Command

Dialog

Layout

Menu

Other

Toolbar

Window Body

 

  

To display the help page for a particular Maplets[Elements] command, see Getting Help with a Command in a Package.

Examples

withMapletsElements:

mapletMapletHello World!,ButtonOK,Shutdown:

MapletsDisplaymaplet

See Also

Overview of Maplet Applications

with