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

Function GetScrollRepeat

Libraries/TabbingFramework/CustomTabCtrl.h:2726–2729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2724 }
2725
2726 ScrollRepeat GetScrollRepeat(void)
2727 {
2728 return (m_dwState & ectcScrollRepeat);
2729 }
2730
2731 int InsertItem(int nItem, LPCTSTR sText = NULL, int nImage = -1, LPCTSTR sToolTip = NULL, bool bSelectItem = false)
2732 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected