ref: aab184987c79fc7a8e5467200f9ac448700b797f
dir: /n_hbox.h/
extern char* NHBox_Type; #define NTYPE NHBox #define NACCS NHBoxAccessors typedef struct NACCS NACCS; struct NACCS { Nelemaccessors; DECL_SLOTFUNC(Slot); DECL_ACCESSOR_OneParam(AutoHeight, int); }; typedef struct NHBox NHBox; struct NHBox { Nelem; // private members int autoheight; }; NACCS* New_HBox(char*); #undef NACCS #undef NTYPE