guicontrolcreate A Graphic User Interface Builder guigetfile

A Graphic User Interface Builder >> A Graphic User Interface Builder > guigencode

guigencode

Function to generate scilab sce file from the figure build by guibuilder.

Calling Sequence

guigencode(fn,all_handles)

Parameters

fn

Filename to be exported.

all_handles

All gui handles on the design.

Description

This function is called from the guibuilder to generate the sce file from the design. User shall not call it seperately.

Examples

// No example available as it should be called from guibuilder main file.

See Also

Authors

guicontrolcreate A Graphic User Interface Builder guigetfile