MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetDragable

Method SetDragable

DuiLib/Control/UIList.cpp:1206–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204}
1205
1206void CListHeaderItemUI::SetDragable(bool bDragable)
1207{
1208 m_bDragable = bDragable;
1209 if ( !m_bDragable ) m_uButtonState &= ~UISTATE_CAPTURED;
1210}
1211
1212DWORD CListHeaderItemUI::GetSepWidth() const
1213{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected