| 46 | HMENU NppInterface::get_menu_handle(int menu_type) const { return reinterpret_cast<HMENU>(send_msg_to_npp(NPPM_GETMENUHANDLE, menu_type)); } |
| 47 | |
| 48 | int NppInterface::get_target_view() const { |
| 49 | return static_cast<int>(m_target_view); |
| 50 | } |
| 51 | |
| 52 | int NppInterface::get_indicator_value_at(int indicator_id, TextPosition position) const { |
| 53 | return static_cast<int>(send_msg_to_scintilla(SCI_INDICATORVALUEAT, indicator_id, position)); |