MCPcopy Create free account
hub / github.com/cxasm/notepad-- / SetWrapVisualFlags

Method SetWrapVisualFlags

src/qscint/scintilla/src/ViewStyle.cpp:551–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551bool ViewStyle::SetWrapVisualFlags(int wrapVisualFlags_) {
552 const bool changed = wrapVisualFlags != wrapVisualFlags_;
553 wrapVisualFlags = wrapVisualFlags_;
554 return changed;
555}
556
557bool ViewStyle::SetWrapVisualFlagsLocation(int wrapVisualFlagsLocation_) {
558 const bool changed = wrapVisualFlagsLocation != wrapVisualFlagsLocation_;

Callers 1

WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected