mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@15216 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
dae2bb4133
commit
32a08b486b
1 changed files with 3 additions and 1 deletions
|
|
@ -4,9 +4,11 @@ using namespace Upp;
|
|||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
FileSelector sel;
|
||||
FileSelNative sel;
|
||||
sel.AllFilesType();
|
||||
sel.Type("Test2", "*.tst");
|
||||
sel.Type("All", "*.*");
|
||||
sel.Type("All 2", "*");
|
||||
sel.ActiveType(1);
|
||||
for(int i = 0; i < sel.GetCount(); i++)
|
||||
DDUMP(sel[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue