mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement set_title method
This commit is contained in:
parent
233471c22b
commit
98a572a1c0
4 changed files with 27 additions and 1 deletions
|
|
@ -36,7 +36,15 @@ Header::Header()
|
|||
|
||||
Header::~Header()
|
||||
{
|
||||
delete main;
|
||||
delete menu;
|
||||
delete tab;
|
||||
delete main;
|
||||
}
|
||||
|
||||
void Header::set_title(
|
||||
const Glib::ustring text
|
||||
) {
|
||||
main->set_title(
|
||||
text
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue