Support Text label tray

This commit is contained in:
Lea Anthony
2020-12-22 18:08:38 +11:00
parent e414eda151
commit 16b872352d
18 changed files with 135 additions and 49 deletions

View File

@@ -13,7 +13,7 @@ extern void SetAppearance(void *, const char *);
extern void WebviewIsTransparent(void *);
extern void WindowBackgroundIsTranslucent(void *);
extern void SetMenu(void *, const char *);
extern void SetTray(void *, const char *);
extern void SetTray(void *, const char *, const char *, const char *);
extern void SetContextMenus(void *, const char *);
#endif