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