「Image-button」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成: {{NewLISP}} ; 構文 : : (gs:image-button sym-id sym-action str-icon-path [str-down-icon-path [int-width int-height]]) ; 機能 : str-icon-path の画像を使ってイメー...)
 
(相違点なし)

2011年7月8日 (金) 09:35時点における最新版

構文
(gs:image-button sym-id sym-action str-icon-path [str-down-icon-path [int-width int-height]])


機能
str-icon-path の画像を使ってイメージ・ボタンを生成する。
オプションでボタンが押された時の画像は str-down-con-path に指定できる。


引数
  • sym-id : イメージボタンの名前
  • sym-action : イベントハンドラ名
  • str-icon-path : イメージアイコンのパス
  • str-down-con-path : ボタンが押されたときのイメージアイコンのパス
  • int-width : イメージボタンの幅
  • int-height : イメージボタンの高さ


戻り値
なし