mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@12772 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cfed8b3c22
commit
e3d2290ebc
2 changed files with 19 additions and 0 deletions
9
upptst/DarkThemeColors/DarkThemeColors.upp
Normal file
9
upptst/DarkThemeColors/DarkThemeColors.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
CtrlLib;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
10
upptst/DarkThemeColors/main.cpp
Normal file
10
upptst/DarkThemeColors/main.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
DDUMP(SColorText());
|
||||
DDUMP(SColorMenuText());
|
||||
DDUMP(SColorMenu());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue