ref: dcda9073c2fef62d70544e8dac46c2919c908587
dir: /n_hbox.h/
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(char*);