mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement custom title setter
This commit is contained in:
parent
e493009c88
commit
d88bea1fa6
3 changed files with 21 additions and 5 deletions
|
|
@ -28,9 +28,9 @@ Main::~Main()
|
|||
}
|
||||
|
||||
void Main::set_title(
|
||||
const Glib::ustring text
|
||||
const Glib::ustring value
|
||||
) {
|
||||
title->set_text(
|
||||
text
|
||||
title->set(
|
||||
value
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue