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