Update menu-bar.hpp

This commit is contained in:
Max833 2021-07-11 17:48:55 +02:00 committed by GitHub
parent 22767c9cfb
commit 94846ac5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ struct pMenuBar : pObject {
auto _parent() -> maybe<pWindow&>; auto _parent() -> maybe<pWindow&>;
auto _update() -> void; auto _update() -> void;
auto _updateDeferred() -> void;
HMENU hmenu = 0; HMENU hmenu = 0;
vector<wObject> objects; vector<wObject> objects;