shithub: libnate

ref: c04fd4ce67a03c04b342c38185523bb834f4e0b7
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(void);