Browse Source

draft set_no_show_all

PHP-GTK3
yggverse 4 months ago
parent
commit
506bcac745
  1. 5
      src/Entity/Browser/Container/Page/Progressbar.php

5
src/Entity/Browser/Container/Page/Progressbar.php

@ -24,6 +24,11 @@ class Progressbar @@ -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

Loading…
Cancel
Save