示例#1
0
 /**
  * Show the window
  */
 public function show()
 {
     if (parent::get_child()) {
         parent::get_child()->show();
     }
     parent::show_all();
 }