More test stuff. More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-08-03 01:19:32 -04:00
parent 167ea85f6e
commit 38c10ed990
1 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,14 @@ BOOL firstvert = YES;
[hbox tAddControl:button stretchy:NO];
[box tAddControl:hbox stretchy:NO];
// TODO this isn't stretchy in the proper order
hbox = [[tBox alloc] tInitVertical:!firstvert];
spinbox = [[tSpinbox alloc] init];
[hbox tAddControl:spinbox stretchy:NO];
spinbox = [[tSpinbox alloc] init];
[hbox tAddControl:spinbox stretchy:YES];
[box tAddControl:hbox stretchy:NO];
[mainwin tShow];
}