shithub: libnate

ref: 27a143cd75a588c1bcd9a2f104e912d65db62a66
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, AutoHeight, int);
	
	// private members
	int autoheight;
};

NHBox* New_HBox(char*);