mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 10:47:44 +00:00
WindowServer: More work on menus.
This commit is contained in:
parent
443b043b49
commit
5f288014d4
11 changed files with 51 additions and 33 deletions
|
@ -54,6 +54,9 @@ public:
|
|||
void draw();
|
||||
const Font& font() const;
|
||||
|
||||
WSMenuItem* item_at(const Point&);
|
||||
void redraw();
|
||||
|
||||
private:
|
||||
String m_name;
|
||||
Rect m_rect_in_menubar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue