shithub: libnate

ref: 228a7b0eeda3531eb0bf0efa2211e4532af69681
dir: /n_hbox.h/

View raw version
extern char* NHBox_Type;

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

NHBox* New_HBox(char*);