mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
implement set_title method
This commit is contained in:
parent
233471c22b
commit
98a572a1c0
4 changed files with 27 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef APP_BROWSER_HEADER_HPP
|
||||
#define APP_BROWSER_HEADER_HPP
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/headerbar.h>
|
||||
|
||||
namespace app::browser
|
||||
|
|
@ -23,6 +24,10 @@ namespace app::browser
|
|||
Header();
|
||||
|
||||
~Header();
|
||||
|
||||
void set_title(
|
||||
const Glib::ustring text
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue