mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-26 22:03:35 -06:00
.reference (replaced THISBACKs)
This commit is contained in:
parent
baff766249
commit
8fc23a3bf3
43 changed files with 106 additions and 3313 deletions
|
|
@ -36,7 +36,7 @@ DockingExample::DockingExample()
|
|||
|
||||
// This a button so that we can open the Dock Manager
|
||||
Add(button.SetLabel("Manager").LeftPosZ(4, 100).TopPosZ(4, 23));
|
||||
button <<= THISBACK(DockManager);
|
||||
button << [=] { DockManager(); };
|
||||
|
||||
// Now we just put some bogus data in our controls
|
||||
FillArray(arrayctrl1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue