mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.upptst
This commit is contained in:
parent
d670725115
commit
ebacf8692e
2 changed files with 20 additions and 0 deletions
9
upptst/FileSelSuggest/FileSelSuggest.upp
Normal file
9
upptst/FileSelSuggest/FileSelSuggest.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
CtrlLib;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
11
upptst/FileSelSuggest/main.cpp
Normal file
11
upptst/FileSelSuggest/main.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
FileSel sel;
|
||||
sel.Type("all", "*.*");
|
||||
sel.DefaultName("test");
|
||||
sel.ExecuteSaveAs();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue