mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remake tab session api
This commit is contained in:
parent
9bdf707a20
commit
7e8aaef1c5
5 changed files with 87 additions and 66 deletions
|
|
@ -27,9 +27,9 @@ namespace app::browser::main
|
|||
{
|
||||
ID,
|
||||
TIME,
|
||||
NUMBER,
|
||||
CURRENT,
|
||||
REQUEST
|
||||
PAGE_NUMBER,
|
||||
IS_CURRENT,
|
||||
LABEL_TEXT
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -67,12 +67,11 @@ namespace app::browser::main
|
|||
);
|
||||
|
||||
// Actions
|
||||
void refresh(
|
||||
const int & PAGE_NUMBER
|
||||
int append(
|
||||
const Glib::ustring & LABEL_TEXT,
|
||||
const bool & IS_CURRENT
|
||||
);
|
||||
|
||||
int append();
|
||||
|
||||
void close(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
|
@ -94,6 +93,10 @@ namespace app::browser::main
|
|||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void refresh(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
int restore();
|
||||
|
||||
int save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue