ObjGUI  Diff

Differences From Artifact [8a7b04865c]:

To Artifact [b25b557328]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
1
2
3
4

5
6
7
8
9
10
11
12
13




-









#import "OGWidget.h"

@interface OGBox: OGWidget
+ box;

- (void)appendChild: (OGWidget*)child
	     expand: (BOOL)expand
	       fill: (BOOL)fill
	    padding: (float)padding;
- (void)prependChild: (OGWidget*)child
	      expand: (BOOL)expand
		fill: (BOOL)fill
	     padding: (float)padding;
@end