mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement progressbar
This commit is contained in:
parent
a5a3a5625b
commit
46e004966e
6 changed files with 118 additions and 3 deletions
|
|
@ -18,8 +18,9 @@ namespace app::browser::main::tab
|
|||
{
|
||||
namespace page
|
||||
{
|
||||
class Navbar;
|
||||
class Content;
|
||||
class Navbar;
|
||||
class Progressbar;
|
||||
}
|
||||
|
||||
class Page : public Gtk::Box
|
||||
|
|
@ -30,8 +31,9 @@ namespace app::browser::main::tab
|
|||
Glib::RefPtr<Gio::SocketClient> socket_client;
|
||||
Glib::RefPtr<Gio::SocketConnection> socket_connection;
|
||||
|
||||
page::Navbar * navbar;
|
||||
page::Content * content;
|
||||
page::Navbar * navbar;
|
||||
page::Progressbar * progressbar;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue