Tabbed-pane
- 構文
 - (gs:tabbed-pane sym-id sym-action str-orientation [sym-tab str-title ...])
 
- 機能
 - タブ付きパネルを生成する。
 - タブに対するイベント・ハンドラは、gs:tabs-action 関数を使用する。
 
- 引数
 - 
- sym-id :パネルの名前
 - sym-action :イベントハンドラ
 - str-orientation :タブの表示方向。"top" (デフォルト)、"bottom"、"left" 、"right"
 - sym-tab :タブの名前
 - str-title :タブのタイトル
 
 
- 戻り値
 - なし