mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ArrayCtrl::Move made public
git-svn-id: svn://ultimatepp.org/upp/trunk@3281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a352237588
commit
e24ec33d4c
1 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue