mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.reference (replaced THISBACKs)
This commit is contained in:
parent
baff766249
commit
8fc23a3bf3
43 changed files with 106 additions and 3313 deletions
|
|
@ -41,8 +41,8 @@ struct App : TopWindow {
|
|||
tree.Open(parent.Top());
|
||||
}
|
||||
tree.Open(0);
|
||||
tree.WhenDropInsert = THISBACK(DropInsert);
|
||||
tree.WhenDrag = THISBACK(Drag);
|
||||
tree.WhenDropInsert = THISFN(DropInsert);
|
||||
tree.WhenDrag = THISFN(Drag);
|
||||
tree.MultiSelect();
|
||||
Sizeable();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue