mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init main header widget
This commit is contained in:
parent
fac548a738
commit
a98e9e088a
8 changed files with 102 additions and 0 deletions
|
|
@ -7,12 +7,14 @@ namespace app::browser
|
|||
{
|
||||
namespace header
|
||||
{
|
||||
class Main;
|
||||
class Menu;
|
||||
class Tab;
|
||||
}
|
||||
|
||||
class Header : public Gtk::HeaderBar
|
||||
{
|
||||
app::browser::header::Main * main;
|
||||
app::browser::header::Menu * menu;
|
||||
app::browser::header::Tab * tab;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue