draft set_no_show_all

This commit is contained in:
yggverse 2024-07-09 08:40:19 +03:00
parent 55763a643d
commit 506bcac745

View file

@ -24,6 +24,11 @@ class Progressbar
// Init container
$this->gtk = new \GtkProgressBar;
/* Prevent global initiation
$this->gtk->set_no_show_all(
true
);*/
}
public function start(): void