shithub: libnate

ref: 812d84e15bf64b6bdad838401acd8c8bbf25342b
dir: /n_vbox.h/

View raw version
extern char* NVBox_Type;

typedef struct NVBox NVBox;
struct NVBox {
	Nelem;
	DECL_ACCESSOR_OneParam(NVBox, Slot, Nelem*);
	DECL_ACCESSOR_OneParam(NVBox, SizeToContent, int);
	
	// private members
	Nlist children;
	int sizetocontent;
};

NVBox* New_VBox(char*);