mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@4981 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6af4f51f5f
commit
0d3dbec358
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue