Scilab Function
Last update : 23/02/2007

SciGui - Scilab GUI designer tool

Calling Sequence

SciGui

Description

SciGui is a simple tool for graphic user interface design. It allows to setup GUI figure and to add and modify graphic objects (push buttons, textfields, labels, etc.). Finally load and save functions are available, to manage a Scilab .sci file realizing the GUI. Produced .sci file must not be modified by hand but callbacks bodies, in order to let it readable by SciGui for further modifications. It is suggested to use external functions if complex processing is required in callbacks.

Examples

   SciGui()
  

Authors

G. Casonato

Used Function

figure, x_choose, x_dialog, x_message, uicontrol