mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement main menu popover (container)
This commit is contained in:
parent
7b8b3b860c
commit
5075798b0e
5 changed files with 90 additions and 1 deletions
15
src/app/browser/header/bar/menu/main.cpp
Normal file
15
src/app/browser/header/bar/menu/main.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#include "main.h"
|
||||
|
||||
namespace app::browser::header::bar::menu
|
||||
{
|
||||
// Construct
|
||||
Main::Main(
|
||||
Menu *menu
|
||||
) {
|
||||
// Init dependencies
|
||||
this->menu = menu;
|
||||
|
||||
// Init GTK
|
||||
this->gtk = gtk_popover_new();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue