mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
draft page setter
This commit is contained in:
parent
cb537dddd2
commit
88681836ce
2 changed files with 49 additions and 13 deletions
|
|
@ -40,6 +40,13 @@ namespace app::browser::main::tab
|
|||
page::Navbar * pageNavbar;
|
||||
page::Progressbar * pageProgressbar;
|
||||
|
||||
// Helpers
|
||||
void set(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & SUBTITLE,
|
||||
const double & PROGRESS
|
||||
);
|
||||
|
||||
public:
|
||||
|
||||
Page(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue