mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename widgets
This commit is contained in:
parent
38b2ac4f04
commit
57f43e2dd9
28 changed files with 365 additions and 365 deletions
|
|
@ -20,8 +20,8 @@ namespace app::browser::main::tab
|
|||
namespace page
|
||||
{
|
||||
class Content;
|
||||
class Navbar;
|
||||
class Progressbar;
|
||||
class Navigation;
|
||||
class Progress;
|
||||
}
|
||||
|
||||
class Page : public Gtk::Box
|
||||
|
|
@ -38,8 +38,8 @@ namespace app::browser::main::tab
|
|||
|
||||
// Components
|
||||
page::Content * pageContent;
|
||||
page::Navbar * pageNavbar;
|
||||
page::Progressbar * pageProgressbar;
|
||||
page::Navigation * pageNavigation;
|
||||
page::Progress * pageProgress;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue