shithub: libnate

ref: c9e889a6d73bcfcd63a93a8f74732411304ef257
dir: /n_window.h/

View raw version
extern char* NWindow_Type;

#define NTYPE NWindow
#define NACCS NWindowAccessors

typedef struct NACCS NACCS;
struct NACCS {
	Nelemaccessors;
	DECL_SLOTFUNC(Slot);
	DECL_ACCESSOR(MakeRoot);
};

typedef struct NWindow NWindow;
struct NWindow {
	Nelem;
};

#undef NTYPE
#undef NACCS

NWindowAccessors* New_Window(char*);