示例#1
0
 function append_background()
 {
     if (!$this->get_n_pages()) {
         $this->background = true;
         $this->append($page = new TNotebookPage('X-Money', null));
         $page->pack_start($image = GtkImage::new_from_file(XMONEY_IMAGES . DIRECTORY_SEPARATOR . 'fundo.png'));
         $image->show();
     }
 }