aboutsummaryrefslogtreecommitdiffstats
path: root/systray.h
diff options
context:
space:
mode:
authorOx Cart2017-09-11 16:06:23 -0500
committerOx Cart2017-09-11 16:06:23 -0500
commit620c9318eacea0df2ca983636d12a1969f983d23 (patch)
treec3684cb63a98b27c7fbb87d47b7f225ecf5b45e0 /systray.h
parent66e6fad5eea92d7adda31abfae7a5a52070dfae5 (diff)
downloadsystray-620c9318eacea0df2ca983636d12a1969f983d23.tar.bz2
Added hide/show for darwin
Diffstat (limited to 'systray.h')
-rw-r--r--systray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/systray.h b/systray.h
index f175ae4..ef91c07 100644
--- a/systray.h
+++ b/systray.h
@@ -7,4 +7,6 @@ void setIcon(const char* iconBytes, int length);
void setTitle(char* title);
void setTooltip(char* tooltip);
void add_or_update_menu_item(int menuId, char* title, char* tooltip, short disabled, short checked);
+void hide_menu_item(int menuId);
+void show_menu_item(int menuId);
void quit();