git-svn-id: svn://ultimatepp.org/upp/trunk@13810 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-01-03 10:17:48 +00:00
parent bb7bd3af45
commit 5619197eba

View file

@ -31,7 +31,11 @@ TestChStyle::TestChStyle()
});
AddFrame(bar);
bar.Set([](Bar& bar) { bar.Add(CtrlImg::Diskette(), [] {}).Tip("This is test"); });
bar.Set([](Bar& bar) { bar.Add(CtrlImg::Diskette(), [] {
FileSelector fs;
fs.AllFilesType();
fs.ExecuteOpen();
}).Tip("This is test"); });
CtrlLayoutOKCancel(*this, "Window title");