remake tab session api

This commit is contained in:
yggverse 2024-09-10 20:37:38 +03:00
parent 9bdf707a20
commit 7e8aaef1c5
5 changed files with 87 additions and 66 deletions

View file

@ -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();