LabKit MATLAB Workbench

reference

FrameworkApp SDK API

labkit.app.layout.tab

Add a named tab containing related child elements.

Syntax

node = labkit.app.layout.tab(id, title, children)

Description

Declares one named control-side tab.

Inputs

id
Unique MATLAB identifier for the layout target.
title
Nonempty tab title.
children
Row cell array of compatible layout nodes.

Outputs

node
Immutable internal layout node accepted by workbench.

Errors

Throws labkit:app:contract:* for invalid IDs, titles, or children.

Typical Call

node = labkit.app.layout.tab("settings", "Settings", {gainField});

Source

This page is generated from the MATLAB help text in +labkit/+app/+layout/tab.m.