mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@8895 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
22b924c8fe
commit
2c156d072c
3 changed files with 23 additions and 0 deletions
9
upptst/HDPrompt/HDPrompt.upp
Normal file
9
upptst/HDPrompt/HDPrompt.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
CtrlLib;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
4
upptst/HDPrompt/init
Normal file
4
upptst/HDPrompt/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _HDPrompt_icpp_init_stub
|
||||
#define _HDPrompt_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#endif
|
||||
10
upptst/HDPrompt/main.cpp
Normal file
10
upptst/HDPrompt/main.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
Ctrl::SetHiDPIEnabled();
|
||||
PromptOK("This is a very long line in PromptOK, line1 line2 line3 line4 line5 line6 line7 "
|
||||
"line8 line9 line10 eol11 line12 line13");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue