diff --git a/examples/opentype/main.c b/examples/opentype/main.c index 5f8c0f70..0872aaa2 100644 --- a/examples/opentype/main.c +++ b/examples/opentype/main.c @@ -173,6 +173,14 @@ int main(void) // TODO separator (if other stuff isn't a tab) + // TODO needed for this to be testable on os x without rewriting everything again + { + int x; + + for (x = 0; x < 10; x++) + uiBoxAppend(vbox, uiControl(uiNewEntry()), 0); + } + // TODO other stuff area = uiNewArea(&handler);