mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft set_no_show_all
This commit is contained in:
parent
55763a643d
commit
506bcac745
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue