guimaker is a command line tool for creating graphical user interfaces
(GUI) in Scilab.
The GUIs are based on the available uicontrol objects in Scilab.
Guimaker can be used either for generating GUIs within programs, or it can be
used for creating Scilab source code which serve as a starting point for
more advanced programming of GUIs.
A new function menumaker has been added as a frontend for the scilab commeand
uimenus(). The purpose is to easily add systems of menus to a figure using a
similar input definition as guimaker.
Changes in version 1.5:
* Some bug fixing (mostly related to height of axes). Some bugs remains for
multi axes gui....
* Added the possibility to reduce the horisontal width of objects inside a frame
(to look better).
* Added menumaker() which creates menu systems in a gui using a similar
definition as guimaker.
* A few demos have been added to compare guimaker/menumaker code with original
scilab demos.