Creates the layout options for a frame
uicontrol or a figure
layout_options = createLayoutOptions(constType, varargin)
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:
"none" or "nolayout": No layout options added to the uicontrol. No property is available for this type.
"grid": the grid options type.
"border": the border options type.
"gridbag": A gridbag options type.
All constType
specific properties.
The created layout_options.
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.
Version | Description |
5.5.0 | Function createBorder introduced. |