MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / set_menu_item_check

Method set_menu_item_check

src/npp/NppInterface.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void NppInterface::set_menu_item_check(int cmd_id, bool checked) { send_msg_to_npp(NPPM_SETMENUITEMCHECK, cmd_id, static_cast<LPARAM>(checked)); }
45
46HMENU NppInterface::get_menu_handle(int menu_type) const { return reinterpret_cast<HMENU>(send_msg_to_npp(NPPM_GETMENUHANDLE, menu_type)); }
47

Callers 1

on_settings_changedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected