「Row」の版間の差分
細編集の要約なし |
編集の要約なし |
||
21行目: | 21行目: | ||
----- | ----- | ||
関連事項 | 関連事項 | ||
* [[boxed_row]] | |||
* [[boxed_column]] | |||
* [[column]] | * [[column]] | ||
* [[row]] | |||
[[Category:DCL]] | [[Category:DCL]] |
2022年5月6日 (金) 14:20時点における最新版
row [行]
- 構文
: row { alignment children_alignment children_fixed_height children_fixed_width fixed_height fixed_width height label width }
- 機能
- 行内のタイルは、DCL ファイルに現れる順序で水平にレイアウトされる。行にはあらゆる種類のタイルを含めることができる。(ラジオボタンは除く。)
- ボックスで囲まれていない行には、標準のレイアウト属性以外の属性は割り当てない。
関連事項