mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
reorder methods
This commit is contained in:
parent
293fe791ce
commit
946211167b
6 changed files with 56 additions and 56 deletions
|
|
@ -23,19 +23,6 @@ Tab::Tab()
|
|||
);
|
||||
}
|
||||
|
||||
// Getters
|
||||
Glib::ustring Tab::get_page_title(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
return get_tabPage(PAGE_NUMBER)->get_title();
|
||||
};
|
||||
|
||||
Glib::ustring Tab::get_page_subtitle(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
return get_tabPage(PAGE_NUMBER)->get_subtitle();
|
||||
};
|
||||
|
||||
// Actions
|
||||
void Tab::refresh(
|
||||
const int & PAGE_NUMBER
|
||||
|
|
@ -134,6 +121,19 @@ void Tab::page_navigation_history_forward(
|
|||
)->navigation_history_forward();
|
||||
}
|
||||
|
||||
// Getters
|
||||
Glib::ustring Tab::get_page_title(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
return get_tabPage(PAGE_NUMBER)->get_title();
|
||||
};
|
||||
|
||||
Glib::ustring Tab::get_page_subtitle(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
return get_tabPage(PAGE_NUMBER)->get_subtitle();
|
||||
};
|
||||
|
||||
// Private helpers
|
||||
tab::Label * Tab::get_tabLabel(
|
||||
const int & PAGE_NUMBER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue