You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
void add_or_update_menu_item(int menuId, int submenuId, char* title, char* tooltip, short disabled, short checked, short isSubmenu, short isSubmenuItem);
void add_sub_menu(int menuId, int submenuId, char* title, char* tooltip, short disabled, short checked, short isSubmenu, short isSubmenuItem);
void add_separator(int menuId);
void add_bitmap_to_menu_item(const char* bitmapBytes, int lenght, int menuId);