From e24ec33d4c48bc59dc754c03488737f949794db7 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 18 Mar 2011 12:30:21 +0000 Subject: [PATCH] ArrayCtrl::Move made public git-svn-id: svn://ultimatepp.org/upp/trunk@3281 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlLib/ArrayCtrl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uppsrc/CtrlLib/ArrayCtrl.h b/uppsrc/CtrlLib/ArrayCtrl.h index 177387f7a..1b4f1a1ae 100644 --- a/uppsrc/CtrlLib/ArrayCtrl.h +++ b/uppsrc/CtrlLib/ArrayCtrl.h @@ -292,8 +292,6 @@ private: bool TestKey(int i, int key); - void Move(int d); - bool SetCursor0(int i, bool dosel = true); void SyncSelection() const; @@ -475,6 +473,7 @@ public: void ScrollTo(int sc); void ShowAppendLine(); + void Move(int d); void SwapUp(); void SwapDown();