コード例 #1
0
ファイル: TScroll.class.php プロジェクト: enieber/adianti
 /**
  * Shows the scroll
  */
 function show()
 {
     parent::show_all();
     $child = parent::get_child()->get_child();
     $child->show();
 }