ObjGUI  OGBox.h at [9ca591f16a]

File headers/OGBox.h artifact b25b557328 part of check-in 9ca591f16a


#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