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

Method set_target_view

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

Source from the content-addressed store, hash-verified

161}
162
163void NppInterface::set_target_view(int view_index) const {
164 m_target_view = static_cast<NppViewType>(view_index);
165}
166
167int NppInterface::get_text_height(int line) const { return static_cast<int>(send_msg_to_scintilla(SCI_TEXTHEIGHT, line)); }
168

Callers 2

target_view_blockMethod · 0.45
~target_view_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected