<< createConstraints Layouts Grid Constraints Properties >>

Scilab Help >> Interface graphique > Layouts > createLayoutOptions

createLayoutOptions

Creates the layout options for a frame uicontrol or a figure

Syntax

layout_options = createLayoutOptions(constType, varargin)

Arguments

constType

String

The type of the layout options to be created. Available types of options are listed below and their specific properties are detailed on dedicated help page:

varargin

All constType specific properties.

layout_options

The created layout_options.

Description

This function creates the layout options structure used to set the layout_options attribute of a frame uicontrol or a figure. See uicontrol properties for more details.

See also

History

VersionDescription
5.5.0 Function createBorder introduced.

Report an issue
<< createConstraints Layouts Grid Constraints Properties >>