enabled better characters

This commit is contained in:
Charlie Kindel
2020-06-07 15:12:25 -06:00
parent f888d4de25
commit dc878b899c
15 changed files with 227 additions and 118 deletions

View File

@@ -168,7 +168,7 @@ static class Demo {
passText,
new FrameView (new Rect (3, 10, 25, 6), "Options"){
new CheckBox (1, 0, "Remember me"),
new RadioGroup (1, 2, new [] { "_Personal", "_Company" }),
new RadioGroup (1, 2, new ustring [] { "_Personal", "_Company" }),
},
new ListView (new Rect (59, 6, 16, 4), new string [] {
"First row",