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