git-svn-id: svn://ultimatepp.org/upp/trunk@4981 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-05-21 12:45:31 +00:00
parent 6af4f51f5f
commit 0d3dbec358

View file

@ -40,6 +40,7 @@ struct App : TopWindow {
void A()
{
Exclamation("LeftDouble");
Exit();
}
void B()
@ -57,6 +58,7 @@ struct App : TopWindow {
a.WhenDropInsert = THISBACK(DnDInsert);
a.WhenDrop = THISBACK(DnD);
a.WhenDrag = THISBACK(Drag);
a.WhenLeftDouble = THISBACK(A);
b.AddColumn("Text");
b.MultiSelect();