diff options
| author | Ox Cart | 2017-09-11 16:06:23 -0500 |
|---|---|---|
| committer | Ox Cart | 2017-09-11 16:06:23 -0500 |
| commit | 620c9318eacea0df2ca983636d12a1969f983d23 (patch) | |
| tree | c3684cb63a98b27c7fbb87d47b7f225ecf5b45e0 /systray.h | |
| parent | 66e6fad5eea92d7adda31abfae7a5a52070dfae5 (diff) | |
| download | systray-620c9318eacea0df2ca983636d12a1969f983d23.tar.bz2 | |
Added hide/show for darwin
Diffstat (limited to 'systray.h')
| -rw-r--r-- | systray.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |
