GridBagLayout

バージョン 2.0.0.0 (75 KB) 作成者: Jason
A MATLAB class which controls layout and resize of a figure/uipanel/uicontainer.
ダウンロード: 3.3K
更新 2017/5/2

ライセンスの表示

編集メモ: This file was selected as MATLAB Central Pick of the Week

layout.GridBagLayout and layout.ScrollableGridBagLayout are MATLAB classes which control layout and resize of a figure/uipanel/uicontainer. This class helps the MATLAB GUI developer design complex Graphical User Interfaces without the need for calculations or complex code for performing initial layouts or writing resize functions.
To get this to work in 2007b/2008a you can simply replace the calls to ishghandle(h, 'figure') with strcmp(get(h, 'type'), 'figure').

引用

Jason (2024). GridBagLayout (https://www.mathworks.com/matlabcentral/fileexchange/22968-gridbaglayout), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersApp Building についてさらに検索
謝辞

ヒントを与えたファイル: UISIGNALBUILDER, GridLayout, UISignalBuilder2

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
2.0.0.0

Add new ScrollableGridBagLayout for layouts that are bigger than the size available.

1.8.0.0

Update for new MATLAB Graphics system. Fix bug when making the UI visible for the first time.

1.7.0.0

Handle the user-defined Max < default Min case by not allowing the Minimum values to ever be greater than the corresponding Maximum values.

1.6.0.0

Fix a bug with the use of UIPanel. Take into account the BorderWidth property when calculating the number of pixels available for the layout.

1.4.0.0

Make Axes positioning dependent on the ActivePositionProperty. Thanks for the catch Ryan.

1.3.0.0

Fix typos and Axes positioning.

1.2.0.0

Update layout method to better handle Axes using the 'OuterPosition' property so that Insets are not always necessary. This will use MATLAB's built-in axes spacing management.

Recapture HTML.

1.1.0.0

Removed log files that were not relevant or useful.

1.0.0.0