mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init tab data container
This commit is contained in:
parent
d9b4983d4f
commit
3918ab9993
6 changed files with 41 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "tab.hpp"
|
||||
#include "tab/data.hpp"
|
||||
#include "tab/label.hpp"
|
||||
|
||||
using namespace app::browser::main;
|
||||
|
|
@ -17,11 +18,9 @@ void Tab::append(
|
|||
bool open,
|
||||
bool focus
|
||||
) {
|
||||
// Init new tab label
|
||||
label = new tab::Label();
|
||||
|
||||
// Init tab data container @TODO
|
||||
Gtk::Label * data = new Gtk::Label("data");
|
||||
data = new tab::Data();
|
||||
|
||||
append_page(
|
||||
* data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue