shithub: libnate

ref: 69e287559e1faed50092d64659c5bc02f9bf395c
dir: /n_vbox.h/

View raw version
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*);