draft page setter

This commit is contained in:
yggverse 2024-08-27 15:45:04 +03:00
parent cb537dddd2
commit 88681836ce
2 changed files with 49 additions and 13 deletions

View file

@ -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(