GUI Builder is a Graphic User Interface Builder under Scilab.
The program allows you to build your GUI quickly, and the code for the gui would
be generated automatically.
Version 1.0 limitation
1. The output GUI size is fixed
2. During the design, the user only have 1 chance to place the uicontrol. There
are no way to resize, modify the properties, or undo the previous operation. All
changes only could be done in the generated code.
3. Limited properties are user-defined
a. Tag - Used as the pointer to the uicontrol
b. String - Used as the display name at certains uicontol
c. Callback - Whether the uicontrol needs a callback, if yes, the callback name
would use the Tag + _callback.