git-svn-id: svn://ultimatepp.org/upp/trunk@14042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-02-19 13:25:53 +00:00
parent e17de4f5f2
commit 546a07af73

View file

@ -22,6 +22,7 @@ TestChStyle::TestChStyle()
bar.Add("Information..", [] { PromptOK("information."); });
bar.Add("Exclamation..", [] { Exclamation("exclamation!"); });
bar.Add("Question..", [] { PromptYesNo("question?"); });
bar.Add("Error..", [] { ErrorYesNo("error?"); });
bar.Add(false, "Disabled", [] {});
static bool check;
bar.Add("Check", [] { check = !check; }).Check(check);