mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-31 22:02:58 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@9802 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b85a7077e0
commit
b2ce197e2b
8 changed files with 36 additions and 29 deletions
|
|
@ -4,7 +4,7 @@ using namespace Upp;
|
|||
|
||||
struct MyApp : TopWindow {
|
||||
virtual void RightDown(Point p, dword keyflags) {
|
||||
CallbackArgTarget<int> result;
|
||||
EventArgTarget<int> result;
|
||||
MenuBar menu;
|
||||
for(int i = 0; i < 10; i++)
|
||||
menu.Add(AsString(i), result[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue