shithub: libnate

ref: 7d7806db6cd48b8ebd565f636eebc59939e72c53
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
	int sizetocontent;
};

NHBox* New_HBox(char*);