mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@14042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e17de4f5f2
commit
546a07af73
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue