mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[windows] Preliminary support for application menu. More work TBD.
This commit is contained in:
@@ -80,6 +80,8 @@ extern "C" {
|
||||
void DisableWindowIcon(struct Application* app);
|
||||
void messageFromWindowCallback(const char *);
|
||||
void* GetWindowHandle(struct Application*);
|
||||
void createApplicationMenu(HWND hwnd);
|
||||
void menuClicked(UINT id);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user