implement popover menu

This commit is contained in:
yggverse 2024-08-06 03:38:21 +03:00
parent cd011cbe60
commit 37f109bec4
2 changed files with 34 additions and 4 deletions

View file

@ -5,7 +5,7 @@
#include "../menu.h"
// Requirements
// ..
#include "main/quit.h"
namespace app::browser::header::bar
{
@ -13,8 +13,17 @@ namespace app::browser::header::bar
namespace menu
{
namespace main
{
class Quit;
};
class Main
{
private:
GMenu* _model;
public:
// GTK
@ -24,7 +33,7 @@ namespace app::browser::header::bar
Menu *menu;
// Requirements
// ..
main::Quit *quit;
// Constructor
Main(