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

@ -1,6 +1,7 @@
#ifndef APP_BROWSER_MAIN_HPP
#define APP_BROWSER_MAIN_HPP
#include <glibmm/i18n.h>
#include <glibmm/ustring.h>
#include <gtkmm/box.h>