Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
createLayoutOptions
frame
uicontrolまたはfigureの配置オプションを作成
呼び出し手順
layout_options = createLayoutOptions(constType, varargin)
引数
- constType
文字列
作成する配置オプションの型. 利用可能なオプションの型の一覧を以下に示します, 個々のプロパティについては個々のヘルプページを 参照ください:
"none" または "nolayout": 配置オプションはuicontrolに追加されません. 利用可能なプロパティはこの型にはありません.
"grid": グリッドオプション型.
"border": 境界オプションの型.
"gridbag": gridbagオプションの型.
- varargin
全
constType
専用プロパティ.- layout_options
作成されたlayout_options.
説明
この関数は,
frame
uicontrol または figureの
layout_options
属性を設定する際に使用される
配置オプション構造体を作成します.
詳細については,
uicontrolプロパティ
を参照ください.
参照
- layout — uicontrolおよびfigure用の異なる配置および拘束の説明.
- uicontrol — グラフィックユーザーインターフェイスオブジェクトを作成
- uicontrol_properties — uicontrolプロパティの説明.
履歴
Version | Description |
5.5.0 | 関数createBorder が導入されました. |
Report an issue | ||
<< createConstraints | Layouts | grid拘束プロパティ >> |