MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetScrollRepeat

Function SetScrollRepeat

Libraries/TabbingFramework/CustomTabCtrl.h:2718–2724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2716 }
2717
2718 bool SetScrollRepeat(ScrollRepeat ectcNewScrollRepeat = ectcScrollRepeat_Normal)
2719 {
2720 m_dwState &= ~ectcScrollRepeat;
2721 m_dwState |= (ectcNewScrollRepeat & ectcScrollRepeat);
2722
2723 return true;
2724 }
2725
2726 ScrollRepeat GetScrollRepeat(void)
2727 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected