From 506bcac74557eb341287b1fc0fd49a316e25c470 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 9 Jul 2024 08:40:19 +0300 Subject: [PATCH] draft set_no_show_all --- src/Entity/Browser/Container/Page/Progressbar.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Entity/Browser/Container/Page/Progressbar.php b/src/Entity/Browser/Container/Page/Progressbar.php index 8e8b73dc..e3b0b3c8 100644 --- a/src/Entity/Browser/Container/Page/Progressbar.php +++ b/src/Entity/Browser/Container/Page/Progressbar.php @@ -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