ref: 27a143cd75a588c1bcd9a2f104e912d65db62a66
dir: /n_vbox.h/
extern char* NVBox_Type;
typedef struct NVBox NVBox;
struct NVBox {
Nelem;
DECL_ACCESSOR_OneParam(NVBox, Slot, Nelem*);
DECL_ACCESSOR_OneParam(NVBox, AutoWidth, int);
// private members
int autowidth;
};
NVBox* New_VBox(char*);