mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update header refresh api
This commit is contained in:
parent
e1327cc0d5
commit
ec1864a858
3 changed files with 14 additions and 19 deletions
|
|
@ -34,18 +34,15 @@ Header::Header()
|
|||
);
|
||||
}
|
||||
|
||||
void Header::set_title(
|
||||
const Glib::ustring & VALUE
|
||||
void Header::refresh(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & SUBTITLE
|
||||
) {
|
||||
headerMain->set_title(
|
||||
VALUE
|
||||
TITLE
|
||||
);
|
||||
}
|
||||
|
||||
void Header::set_subtitle(
|
||||
const Glib::ustring & VALUE
|
||||
) {
|
||||
headerMain->set_subtitle(
|
||||
VALUE
|
||||
SUBTITLE
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue