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

Method IsDragable

DuiLib/Control/UIList.cpp:1201–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199}
1200
1201bool CListHeaderItemUI::IsDragable() const
1202{
1203 return m_bDragable;
1204}
1205
1206void CListHeaderItemUI::SetDragable(bool bDragable)
1207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected