Added a blank page to the test program to test tab navigation on Windows and also as an extra background drawing check.
This commit is contained in:
parent
c55ec89d19
commit
ab3fea8cd7
|
@ -67,6 +67,8 @@ int main(int argc, char *argv[])
|
||||||
page2 = makePage2();
|
page2 = makePage2();
|
||||||
uiTabAppendPage(mainTab, "Page 2", uiControl(page2));
|
uiTabAppendPage(mainTab, "Page 2", uiControl(page2));
|
||||||
|
|
||||||
|
uiTabAppendPage(mainTab, "Empty Page", uiControl(uiNewHorizontalBox()));
|
||||||
|
|
||||||
uiControlShow(uiControl(w));
|
uiControlShow(uiControl(w));
|
||||||
uiMain();
|
uiMain();
|
||||||
printf("after uiMain()\n");
|
printf("after uiMain()\n");
|
||||||
|
|
Loading…
Reference in New Issue