ObjGUI  Artifact [8a7b04865c]

Artifact 8a7b04865cea2276c0252a5a7b27f728efcd71d25b45fe0c2aa22b07aea51fc6:


#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