Home
last modified time | relevance | path

Searched refs:CanMoveCol (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/GridCtrl/
H A DGridCtrl.h1501 bool CanMoveCol(int n, int m);
H A DGridCtrl.cpp1974 moving_allowed = CanMoveCol(moveCol, curSplitCol); in MouseMove()
5583 bool GridCtrl::CanMoveCol(int n, int m) in CanMoveCol() function in Upp::GridCtrl
5609 if(!CanMoveCol(n, m)) in MoveCol()