ref: 855a60a7698acb993b68f8e64448bd2fc3ff86da
dir: /n_hbox.h/
extern char* NHBox_Type;
typedef struct NHBox NHBox;
struct NHBox {
	Nelem;
	DECL_SLOTFUNC(NHBox, Slot);
	DECL_ACCESSOR_OneParam(NHBox, AutoHeight, int);
	
	// private members
	int autoheight;
};
NHBox* New_HBox(char*);