ref: 69e287559e1faed50092d64659c5bc02f9bf395c
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*);