Image-button

提供:GizmoLabs - だいたい CAD LISP なサイト
2011年7月8日 (金) 09:35時点におけるGizmon (トーク | 投稿記録)による版 (ページの作成: {{NewLISP}} ; 構文 : : (gs:image-button sym-id sym-action str-icon-path [str-down-icon-path [int-width int-height]]) ; 機能 : str-icon-path の画像を使ってイメー...)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
(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 : イメージボタンの高さ


戻り値
なし