Image-button
- 構文
- (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 : イメージボタンの高さ
- 戻り値
- なし