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

Method setOnVisibleLineCountChange

src/eepp/ui/doc/documentview.cpp:747–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747void DocumentView::setOnVisibleLineCountChange(
748 std::function<void()> onVisibleLinesCountChangeCb ) {
749 mOnVisibleLineCountChange = std::move( onVisibleLinesCountChangeCb );
750}
751
752void DocumentView::setOnFoldUnfoldCb(
753 std::function<void( Int64 docIdx, bool unfolded )> onFoldUnfoldCb ) {

Callers 1

UICodeEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected