mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
LibGUI: Add GMenu* and GApplication classes.
This commit is contained in:
parent
8d0bfa62fd
commit
9483b39227
9 changed files with 131 additions and 0 deletions
9
LibGUI/GMenuBar.cpp
Normal file
9
LibGUI/GMenuBar.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <LibGUI/GMenuBar.h>
|
||||
|
||||
GMenuBar::GMenuBar()
|
||||
{
|
||||
}
|
||||
|
||||
GMenuBar::~GMenuBar()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue