add page title support, make arguments linked const

This commit is contained in:
yggverse 2024-08-27 14:15:13 +03:00
parent 8b55faef35
commit c75744f777
6 changed files with 40 additions and 12 deletions

View file

@ -40,7 +40,9 @@ Glib::ustring Main::get_current_tab_label_text()
// Actions
void Main::tab_append()
{
tab->append();
tab->append(
_("New page")
);
};
void Main::tab_update()