mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init header menu
This commit is contained in:
parent
d6fc439908
commit
f6e855e4b2
5 changed files with 74 additions and 1 deletions
25
src/app/browser/menu.h
Normal file
25
src/app/browser/menu.h
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#ifndef APP_BROWSER_MENU_H
|
||||
#define APP_BROWSER_MENU_H
|
||||
|
||||
#include "../menu.h"
|
||||
|
||||
namespace app
|
||||
{
|
||||
class Browser;
|
||||
|
||||
namespace browser
|
||||
{
|
||||
class Menu
|
||||
{
|
||||
public:
|
||||
|
||||
GtkWidget *gtk;
|
||||
|
||||
Menu(
|
||||
Browser *browser
|
||||
);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue