MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / GetPosition

Method GetPosition

src/NppJsonViewer/SliderCtrl.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36auto SliderCtrl::GetPosition() const -> int
37{
38 int pos = static_cast<int>(SendMessage(m_hSelf, TBM_GETPOS, 0, 0));
39 return pos;
40}
41
42void SliderCtrl::SetPosition(int pos) const
43{

Callers 2

GetZoomLevelMethod · 0.45
run_dlgProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected