mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
reorder methods, add comments
This commit is contained in:
parent
3760d50769
commit
1d0e99e913
2 changed files with 30 additions and 23 deletions
|
|
@ -37,21 +37,22 @@ namespace app::browser
|
|||
);
|
||||
|
||||
// Actions
|
||||
void update();
|
||||
void clean();
|
||||
void restore();
|
||||
void save();
|
||||
|
||||
void tab_append();
|
||||
void tab_append();
|
||||
|
||||
void tab_close_all();
|
||||
void tab_close_left();
|
||||
void tab_close_right();
|
||||
void tab_close();
|
||||
void tab_close_all();
|
||||
void tab_close_left();
|
||||
void tab_close_right();
|
||||
void tab_close();
|
||||
|
||||
void tab_page_navigation_reload();
|
||||
void tab_page_navigation_history_back();
|
||||
void tab_page_navigation_history_forward();
|
||||
void tab_page_navigation_reload();
|
||||
void tab_page_navigation_history_back();
|
||||
void tab_page_navigation_history_forward();
|
||||
|
||||
void update();
|
||||
|
||||
// Getters
|
||||
Glib::ustring get_tab_page_title();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue