Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
auto SliderCtrl::GetPosition() const -> int
37
{
38
int pos = static_cast<int>(SendMessage(m_hSelf, TBM_GETPOS, 0, 0));
39
return pos;
40
}
41
42
void SliderCtrl::SetPosition(int pos) const
43
{
Callers
2
GetZoomLevel
Method · 0.45
run_dlgProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected