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@11821 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4f555f9b80
commit
b3de2dedc3
2 changed files with 24 additions and 0 deletions
9
upptst/FileSelDropList/FileSelDropList.upp
Normal file
9
upptst/FileSelDropList/FileSelDropList.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
CtrlLib;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
15
upptst/FileSelDropList/main.cpp
Normal file
15
upptst/FileSelDropList/main.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
FileSel fs;
|
||||
fs.Types("*.*");
|
||||
|
||||
DropList dl;
|
||||
dl.Add("TEST");
|
||||
fs.FileCtrl(dl, Zx(100));
|
||||
|
||||
fs.ExecuteSaveAs();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue