mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add navbar initiation
This commit is contained in:
parent
940c98f3c6
commit
bc73c831c1
2 changed files with 18 additions and 0 deletions
|
|
@ -5,8 +5,17 @@
|
|||
|
||||
namespace app::browser::main::tab
|
||||
{
|
||||
namespace data
|
||||
{
|
||||
class Navbar;
|
||||
}
|
||||
|
||||
class Data : public Gtk::Box
|
||||
{
|
||||
private:
|
||||
|
||||
data::Navbar * navbar;
|
||||
|
||||
public:
|
||||
|
||||
Data();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue