mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
CtrlLib: TreeCtrl InsertDrop now returns ids of inserted nodes
git-svn-id: svn://ultimatepp.org/upp/trunk@1691 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b1a0f16d17
commit
418d282820
3 changed files with 7 additions and 6 deletions
|
|
@ -279,8 +279,8 @@ public:
|
|||
void RemoveSelection() { Remove(GetSel()); }
|
||||
|
||||
void AdjustAction(int parent, PasteClip& x);
|
||||
void InsertDrop(int parent, int ii, const TreeCtrl& src, PasteClip& x);
|
||||
void InsertDrop(int parent, int ii, PasteClip& d);
|
||||
Vector<int> InsertDrop(int parent, int ii, const TreeCtrl& src, PasteClip& x);
|
||||
Vector<int> InsertDrop(int parent, int ii, PasteClip& d);
|
||||
Image GetDragSample();
|
||||
|
||||
void StdLeftDouble();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue