ObjGUI  Documentation

#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

SQLITE_FULL(13): statement aborts at 27: [REPLACE INTO config(name,value,mtime)VALUES('baseurl:https://fossil.nil.im/objgui',1,now())] database or disk is full SQL: REPLACE INTO config(name,value,mtime)VALUES('baseurl:https://fossil.nil.im/objgui',1,now())