mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@13810 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bb7bd3af45
commit
5619197eba
1 changed files with 5 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue