mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
append progressbar to request entry
This commit is contained in:
parent
f959a6627b
commit
3a91155596
10 changed files with 68 additions and 103 deletions
|
|
@ -20,7 +20,6 @@ namespace app::browser::main::tab
|
|||
{
|
||||
class Content;
|
||||
class Navigation;
|
||||
class Progress;
|
||||
}
|
||||
|
||||
class Page : public Gtk::Box
|
||||
|
|
@ -38,7 +37,6 @@ namespace app::browser::main::tab
|
|||
// Components
|
||||
page::Content * pageContent;
|
||||
page::Navigation * pageNavigation;
|
||||
page::Progress * pageProgress;
|
||||
|
||||
public:
|
||||
|
||||
|
|
@ -52,7 +50,7 @@ namespace app::browser::main::tab
|
|||
void refresh(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & SUBTITLE,
|
||||
const double & PROGRESS
|
||||
const double & PROGRESS_FRACTION
|
||||
);
|
||||
|
||||
void navigation_update(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue