「Column」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成: column [列] ; 構文 : column { alignment children_alignment children_fixed_height children_fixed_width fixed_height fixed_width height label width } ; …)
 
編集の要約なし
 
21行目: 21行目:
-----
-----
関連事項
関連事項
* [[boxed_row]]
* [[boxed_column]]
* [[column]]
* [[row]]
* [[row]]




[[Category:DCL]]
[[Category:DCL]]

2022年5月6日 (金) 14:20時点における最新版

column [列]


構文
: column {
alignment   children_alignment
children_fixed_height   children_fixed_width 
fixed_height   fixed_width   height   label   width 
}


タイルイメージ
Dcl column.png


機能
列内のタイルは、DCL ファイルに現れる順に垂直にレイアウトされる。列には、行やその他の列など、ほとんどの種類のタイルを配置できる。(単一のラジオ ボタンは除く。)
ボックスで囲まれていない列には、標準のレイアウト属性以外の属性は割り当てない。



関連事項