Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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.

• 

The long form, Maplets:-Elements:-command, is always available. The short form can be used after loading the package.

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

withMaplets:-Elements:

mapletMapletHello World!,ButtonOK,Shutdown:

Maplets:-Displaymaplet

See Also

Overview of Maplet Applications

with