gtk = new GtkHeaderBar; $this->gtk->set_show_close_button( $this::ACTIONS ); $this->gtk->set_title( _($this::TITLE) ); $this->gtk->set_subtitle( _($this::SUBTITLE) ); $this->gtk->show(); } }