/
dinruspro
/
reference
Обзор
Документация
Войти
/
dinruspro
/
reference
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
PromptRedirect/main.cpp
21 строка
474 B
EnergonV
Справка по коду перекочевала в репозиторий (наконец-то!)
09 янв 2024, 19:20
09 янв 2024, 19:20
e333663
Код
Авторство
О чём код?
#include <CtrlLib/CtrlLib.h> using namespace Upp; 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) { LOG(title << ": " << qtf << "\n"); return IDCANCEL; } INITBLOCK { RedirectPrompts(MyPrompt); } GUI_APP_MAIN { PromptYesNo("Test"); }