「Button (autolisp)」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成: button [ボタン] ; 構文 : button { action alignment fixed_height fixed_width height is_cancel is_default is_enabled is_tab_stop key label mn…)
 
(「Button」を「Button (autolisp)」へ移動)
 
(相違点なし)

2011年6月13日 (月) 12:41時点における最新版

button [ボタン]


構文
: button {
action  alignment  fixed_height  fixed_width 
height  is_cancel  is_default    is_enabled 
is_tab_stop        key           label
mnemonic           width 
}


タイルイメージ
Dcl button.png


機能
ボタンタイルは、クリックして何かを決定する押しボタン。
ボタンの label 属性には、ボタン内に表示される文字を指定する。
ボタンは、ダイアログ ボックスを終了したり、サブダイアログ ボックスを表示するなど、直ちにアクションする動作に適している。
よく使われる OK 、キャンセル のボタンなどは標準のサブアセンブリにて定義されているのでそれを使用するとよい。
標準のサブアセンブリは、ここで説明しているボタンの属性が正しく割り当てられている。
  • 注:[キャンセル]ボタンを既定のボタンにする場合は、少なくともそれ以外の 1 つの終了ボタンに、done_dialog を呼び出すアクションを関係付ける必要がある。そうしないと、ダイアログ ボックスは常にキャンセルされる。



関連事項