git-svn-id: svn://ultimatepp.org/upp/trunk@5846 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-02-20 19:33:50 +00:00
parent 09ed252c43
commit b6dfdbf591
8 changed files with 54 additions and 362 deletions

View file

@ -59,6 +59,7 @@ struct App : TopWindow {
a.WhenDrop = THISBACK(DnD);
a.WhenDrag = THISBACK(Drag);
a.WhenLeftDouble = THISBACK(A);
a.Removing();
b.AddColumn("Text");
b.MultiSelect();