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.
menumaker() has been added as a frontend for the scilab command uimenus(). Its
purpose is to add systems of menus to a figure using a similar input definition
as guimaker.
gui2maker() creates an input file to guibuilder (external toolbox) from an
existing graphical user interface (gui). A graphical user interface created with
for example guimaker can be easily ported to guibuilder for further manual
modifications.
Changes in version 1.91
* Updated so that tables can be displayed. Editing values in tables does not
seems to work.
Note that new uicontrol styles like layer, image, spinner and tab have not been
tested.