diff options
| author | joesis | 2017-09-13 10:04:13 +0800 | 
|---|---|---|
| committer | GitHub | 2017-09-13 10:04:13 +0800 | 
| commit | 40b1000abc857c428c25f62b3c6ac3eb2153419b (patch) | |
| tree | af0a0d8e9dedddfccf711a351c4e137ba554d36f /systray.h | |
| parent | 060c06f22e631c46a2d738532bc81c37b0f31595 (diff) | |
| parent | 08b17442ff81cef0de40133da66c4130f47654e6 (diff) | |
| download | systray-40b1000abc857c428c25f62b3c6ac3eb2153419b.tar.bz2 | |
Merge pull request #32 from getlantern/issue881
Added separator functionality
Diffstat (limited to 'systray.h')
| -rw-r--r-- | systray.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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(); | 
