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
Creating a Custom Snippets Palette
Maple provides a number of palettes, collections of buttons representing symbols, expressions, and so on, that can be inserted into a Maple document. You can also create your own custom Snippets palette. The process for creating a Snippets palette is:
Define the items that you will put on your palette by creating tasks.
Define a Snippets palette.
Create icons for your palette items (optional).
Add the palette items to your palette.
Defining a Palette Item by Creating a Task
Palettes are built from task templates. A task template can be any subselection of a Maple worksheet (or an entire Maple worksheet). It can include placeholders similar to those used in the Expression palette.
For information on this step, see Creating Tasks.
Defining a Snippets Palette
To define a Snippets palette, use the command DocumentTools[AddPalette].
You can specify where the palette appears in the Maple window (left or right, top or bottom). To change this later, see Arranging Palettes.
Creating an Icon for Your Palette Item
To create the icon that will display on the palette:
Save the desired image as a PNG file.
Use the command DocumentTools[AddIcon] to store the icon in the same help database file as the associated task (by default, the tasks.hdb file).
Note: Creating an icon is optional. If you do not use an image file as the icon, then a default text display is used.
Adding a Palette Item to Your Palette
To add the palette item to your palette, use the command DocumentTools[AddPaletteEntry].
See Also
DocumentTools[AddIcon], DocumentTools[AddPalette], DocumentTools[AddPaletteEntry], worksheet/expressions/exppalette, worksheet/expressions/palettes, worksheet/expressions/sharepalettes, worksheet/expressions/showpalettes, worksheet/help/creatingtasks
Download Help Document