mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45: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
|
// Init container
|
||||||
$this->gtk = new \GtkProgressBar;
|
$this->gtk = new \GtkProgressBar;
|
||||||
|
|
||||||
|
/* Prevent global initiation
|
||||||
|
$this->gtk->set_no_show_all(
|
||||||
|
true
|
||||||
|
);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
public function start(): void
|
public function start(): void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue