private function getAstLabel()
 {
     $mandatory = new GtkLabel();
     $mandatory->set_markup('<span color="red">*</span>');
     $mandatory->set_width_chars(1);
     return $mandatory;
 }