mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-26 22:00:33 +00:00
I'm going with a global top-of-the-screen menu instead of per-window menus. The basic idea is that menus will live in the WindowServer and clients can create menus via WindowServer requests.
12 lines
125 B
C++
12 lines
125 B
C++
#include "WSMenuBar.h"
|
|
#include "WSMenu.h"
|
|
#include "WSMenuItem.h"
|
|
|
|
WSMenuBar::WSMenuBar()
|
|
{
|
|
}
|
|
|
|
WSMenuBar::~WSMenuBar()
|
|
{
|
|
}
|
|
|