mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use tab page private getter
This commit is contained in:
parent
f2e4981fdc
commit
47c68deb7a
2 changed files with 28 additions and 25 deletions
|
|
@ -7,11 +7,20 @@
|
|||
|
||||
namespace app::browser::main
|
||||
{
|
||||
namespace tab
|
||||
{
|
||||
class Page;
|
||||
}
|
||||
|
||||
class Tab : public Gtk::Notebook
|
||||
{
|
||||
const bool REORDERABLE = true;
|
||||
const bool SCROLLABLE = true;
|
||||
|
||||
tab::Page * get_tab_page(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
public:
|
||||
|
||||
Tab();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue