.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@10266 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-10-04 11:21:40 +00:00
parent 2e4b276e07
commit 4a04a07d40
7 changed files with 22 additions and 18 deletions

View file

@ -2,7 +2,7 @@
using namespace Upp;
int MyPrompt(Callback1<const String&> WhenLink,
int MyPrompt(Event<const String&> WhenLink,
const char *title, const Image& iconbmp, const char *qtf, bool okcancel,
const char *button1, const char *button2, const char *button3,
int cx, Image im1, Image im2, Image im3)