Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Maplets[Elements][GridCell2] - specify an entry in a border layout
Calling Sequence
GridCell2(opts)
Parameters
opts
-
equation(s) of the form option=value where option is one of constraint, or value; specify options for the GridCell2 element
Description
The GridCell2 layout element specifies an entry in a border layout.
A GridCell2 element can contain BoxLayout, GridLayout, or window body elements to specify the value option.
A GridCell2 element can only be contained in a BorderLayout element.
The following table describes the control and use of the GridCell2 element options.
An x in the I column indicates that the option can be initialized, that is, specified in the calling sequence (element definition).
An x in the R column indicates that the option is required in the calling sequence.
An x in the G column indicates that the option can be read, that is, retrieved by using the Get tool.
An x in the S column indicates that the option can be written, that is, set by using the SetOption element or the Set tool.
Option
I
R
G
S
constraint
x
value
The opts argument can contain one or more of the following equations that set Maplet application options.
constraint = west, east, north, south, or center
Specifies the location of the cell in the border layout. The constraint must be unique to the border layout, and if not specified, it defaults to center.
value = window body, BoxLayout, or GridLayout element, or reference to such an element (name or string)
The Maplet application element that appears in the grid cell.
Examples
See Also
Maplets/LayoutElements, Maplets/WindowBodyElements, Maplets[Display], Maplets[Elements], Maplets[Elements][BorderLayout], Maplets[Elements][BoxLayout], Maplets[Elements][GridLayout], Maplets[Elements][Maplet], Maplets[Elements][SetOption], Maplets[Tools][Get], Maplets[Tools][Set], Overview of Maplet Applications
Download Help Document