xcosPalMove
Move a palette from a category to another one.
Syntax
xcosPalMove(source, target);
Arguments
- source:
string array; the source category path
- target:
string array; the target category path
Description
Move an existing palette.
Examples
loadXcosLibs(); // add a palette pal = xcosPal("My sum palette"); pal = xcosPalAddBlock(pal, "SUM_f"); pal = xcosPalAddBlock(pal, "BIGSOM_f"); xcosPalAdd(pal); // remove the palette xcosPalMove("My sum palette", ["Custom made" "Sum"]);
See also
- xcosPal — Instantiate a new Xcos palette on Scilab.
- xcosPalAdd — Add a palette to the Scilab/Xcos palette manager. Optional property can be added to set the category of the palette.
- xcosPalDelete — Remove an Xcos palette.
History
Version | Description |
5.4.0 | Function added in Scilab 5.4.0 |
Report an issue | ||
<< xcosPalGenerateAllIcons | Fonctions utilitaires Scilab | xcosUpdateBlock >> |