「Radio row」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成: radio_row [ラジオ行] ; 構文 : radio_row { alignment children_alignment children_fixed_height children_fixed_width fixed_height fixed_width height label wi…)
 
編集の要約なし
 
1行目: 1行目:
{{AutoLISP}}
radio_row [ラジオ行]
radio_row [ラジオ行]



2022年8月2日 (火) 03:01時点における最新版

radio_row [ラジオ行]

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


タイルイメージ
Dcl radio row.png


機能
ラジオ列にはラジオ ボタン タイルが含まれ、タイルは一度に 1 つしか選択できない。ラジオ行は、通常の行(row)と異なりアクションを割り当ることができる。
value 属性は、現在選択されているラジオ ボタン(value が "1" のラジオ ボタン)の key を表すクォーテーションで囲まれた文字列。
  • 注:ラジオ行はマウスを大きく移動させる必要があるため、ラジオ列ほど使いやすくない。ラジオ行は、2 から 4 個のオプションを指定するときや、ラベルが短いときだけ使用する事が望ましい。



関連事項