mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add subtitle setters
This commit is contained in:
parent
3cfc809d5c
commit
fe0586a054
4 changed files with 24 additions and 0 deletions
|
|
@ -41,4 +41,12 @@ void Main::set_title(
|
|||
mainTitle->set(
|
||||
TEXT
|
||||
);
|
||||
}
|
||||
|
||||
void Main::set_subtitle(
|
||||
const Glib::ustring & TEXT
|
||||
) {
|
||||
mainSubtitle->set(
|
||||
TEXT
|
||||
);
|
||||
}
|
||||
|
|
@ -28,6 +28,10 @@ namespace app::browser::header
|
|||
void set_title(
|
||||
const Glib::ustring & TEXT
|
||||
);
|
||||
|
||||
void set_subtitle(
|
||||
const Glib::ustring & TEXT
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue