Example #1
0
 public function confirmLicense($filename, $confirmation, $title = null)
 {
     $zenity = new TextInfoDialog();
     $zenity->setFilename($filename);
     $zenity->setCheckbox($confirmation);
     $zenity->setTitle($title);
     return $zenity;
 }