MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getVScrollBar

Method getVScrollBar

src/eepp/ui/uicodeeditor.cpp:2022–2024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2020}
2021
2022UIScrollBar* UICodeEditor::getVScrollBar() const {
2023 return mVScrollBar;
2024}
2025
2026UIScrollBar* UICodeEditor::getHScrollBar() const {
2027 return mHScrollBar;

Callers 4

initNewOutputMethod · 0.80
runBuildMethod · 0.80
UIDiffViewMethod · 0.80
updateModeButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected