git-svn-id: svn://ultimatepp.org/upp/trunk@15216 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-10-08 17:47:46 +00:00
parent dae2bb4133
commit 32a08b486b

View file

@ -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]);