Getting Started |
The GUI Layout Toolbox version numbers take the form major.minor
. The
current version you have installed can be checked by typing ver
or layoutVersion
at the MATLAB command prompt.
Update to the first release:
Update to the first release:
Update to the first release:
Update to the first release:
Update to the first release:
Update to the first release:
Update to the first release:
Update to the first release:
TabEnable
property for controlling the enabled state of individual tabsUpdate to the first release:
MinimumSize
properties to Boxes and GridsUpdate to the first release:
uiextras.TabPanel
CallbackUpdate to the first release:
Update to the first release:
event.proplistener
Update to the first release:
Update to the first release:
uiextras.set
.Update to the first release:
uiextras.Panel
mis-managing its title when not specified at constructionuiextras.Empty
widget going out of scopeuiextras.TabPanel
uiextras.HBoxFlex
,uiextras.VBoxFlex
,uiextras.GridFlex
)Update to the first release:
Update to the first release:
layoutRoot
and layoutVersion
functions.Initial public release. Includes:
uiextras.Panel
: Arrange a single element inside a standard paneluiextras.CardPanel
: Show one element (card) from a listuiextras.BoxPanel
: Arrange a single element in a panel with boxed titleuiextras.TabPanel
: Arrange elements in a panel with tabs for selecting which is visibleuiextras.HBox
: Arrange elements horizontally in a single rowuiextras.VBox
: Arrange elements vertically in a single columnuiextras.HBoxFlex
: Arrange elements horizontally with draggable dividersuiextras.VBoxFlex
: Arrange elements vertically with draggable dividersuiextras.HButtonBox
: Arrange buttons horizontally in a single rowuiextras.VButtonBox
: Arrange buttons vertically in a single columnuiextras.Grid
: Arrange elements in a two dimensional griduiextras.GridFlex
: Arrange elements in a two dimensional grid with draggable dividersWhat is the GUI Layout Toolbox? | [Top] | Installation |