mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init tab data navbar
This commit is contained in:
parent
79f7923c35
commit
19d4a7b684
4 changed files with 36 additions and 0 deletions
16
src/app/browser/main/tab/data/navbar.cpp
Normal file
16
src/app/browser/main/tab/data/navbar.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#include "navbar.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::data;
|
||||
|
||||
Navbar::Navbar()
|
||||
{
|
||||
set_orientation(
|
||||
Gtk::Orientation::HORIZONTAL
|
||||
);
|
||||
|
||||
set_homogeneous(
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
Navbar::~Navbar() = default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue