Update the palette icons (gif files) from a Scilab instance
lst = xcosPalGenerateAllIcons(path)
the palette path
list (names) of the generated block
This functionality updates the image file used on the palette accordingly to the Scilab interface function. It can be used to update the representation of a block at any time after the first generation.
// load all the default palettes loadXcosLibs(); // will update the default palette xcosPalGenerateAllIcons(["Palettes" "Recently Used Blocks"]); | ![]() | ![]() |
Version | Description |
5.4.1 | Function added. |