aboutsummaryrefslogtreecommitdiffstats
path: root/systray.h
diff options
context:
space:
mode:
authorjoesis2017-09-13 10:04:13 +0800
committerGitHub2017-09-13 10:04:13 +0800
commit40b1000abc857c428c25f62b3c6ac3eb2153419b (patch)
treeaf0a0d8e9dedddfccf711a351c4e137ba554d36f /systray.h
parent060c06f22e631c46a2d738532bc81c37b0f31595 (diff)
parent08b17442ff81cef0de40133da66c4130f47654e6 (diff)
downloadsystray-40b1000abc857c428c25f62b3c6ac3eb2153419b.tar.bz2
Merge pull request #32 from getlantern/issue881
Added separator functionality
Diffstat (limited to 'systray.h')
-rw-r--r--systray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/systray.h b/systray.h
index ef91c07..f9b1d3c 100644
--- a/systray.h
+++ b/systray.h
@@ -7,6 +7,7 @@ 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 add_separator(int menuId);
void hide_menu_item(int menuId);
void show_menu_item(int menuId);
void quit();