MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / ViewStyle

Method ViewStyle

scintilla/src/ViewStyle.cxx:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84ViewStyle::ViewStyle() {
85 Init();
86}
87
88ViewStyle::ViewStyle(const ViewStyle &source) {
89 Init(source.styles.size());

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
SaveMethod · 0.80

Tested by

no test coverage detected