ObjGUI  Artifact [b25b557328]

Artifact b25b557328283a77191cae6f38af9dbcfc9431c2ea4ee7b648a2b29f55f6f5bb:


#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