![]() |
RTXI 1.3
|
Go to the source code of this file.
Variables | |
| function [panel1, panel2, splitter] | |
| and this wrapper function is available to exhibit a similar interface as UISplitPane | Syntax |
| and this wrapper function is available to exhibit a similar interface as UISplitPane | key |
| and this wrapper function is available to exhibit a similar interface as UISplitPane | value |
| and this wrapper function is available to exhibit a similar interface as UISplitPane uisplitpane(key, value, key, value,...)%%Input arguments creates a uisplitpane with default horizontal | orientation [bottom, top] = uisplitpane('Orientation','vertical') |
| creates a uisplitpane explicitly specifying the parent | container [left, right] = uisplitpane('DividerLocation',0.25) |
| creates a pane where the left part is one third of the right | References |
| creates a pane where the left part is one third of the right | UISplitPane |
| creates a pane where the left part is one third of the right | http |
| panel1 = splitter.LeftOrBottomPaneHandle | |
| panel2 = splitter.RightOrTopPaneHandle | |
| creates a uisplitpane explicitly specifying the parent container[left, right] = uisplitpane('DividerLocation',0.25) |
Definition at line 34 of file uisplitpane.m.
uisplitpane(varargin) % Splits a container into two resizable sub-containers (panes). % % This function resembles UISplitPane by Yair Altman but uses fully % documented MatLab functionality only. Usage is mostly compatible
Definition at line 1 of file uisplitpane.m.
| creates a pane where the left part is one third of the right http |
Definition at line 38 of file uisplitpane.m.
| and this wrapper function is available to exhibit a similar interface as UISplitPane key |
Definition at line 1 of file uisplitpane.m.
| creates a uisplitpane with vertical orientation = uisplitpane('Orientation','vertical') |
Definition at line 30 of file uisplitpane.m.
| panel1 = splitter.LeftOrBottomPaneHandle |
Definition at line 45 of file uisplitpane.m.
| panel2 = splitter.RightOrTopPaneHandle |
Definition at line 46 of file uisplitpane.m.
| creates a pane where the left part is one third of the right References |
Definition at line 38 of file uisplitpane.m.
| and this wrapper function is available to exhibit a similar interface as UISplitPane Syntax |
Definition at line 1 of file uisplitpane.m.
| creates a pane where the left part is one third of the right UISplitPane |
Definition at line 38 of file uisplitpane.m.
| and this wrapper function is available to exhibit a similar interface as UISplitPane value |
Definition at line 1 of file uisplitpane.m.