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

Method get_menu_handle

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

Source from the content-addressed store, hash-verified

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
48int NppInterface::get_target_view() const {
49 return static_cast<int>(m_target_view);

Callers 1

get_this_plugin_menuFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected