ref: 08aef1095811c8f436a469208b088002e8f4ed21
dir: /n_vbox.h/
extern char* NVBox_Type; #define NTYPE NVBox #define NACCS NVBoxAccessors typedef struct NACCS NACCS; struct NACCS { Nelemaccessors; DECL_SLOTFUNC(Slot); DECL_ACCESSOR_OneParam(AutoWidth, int); }; typedef struct NVBox NVBox; struct NVBox { Nelem; // private members int autowidth; }; NACCS* New_VBox(char*); #undef NTYPE #undef NACCS