File:  [RetroPC.NET] / np2 / win9x / dialog / np2class.h
Revision 1.4: download - view: text, annotated - select for diffs
Wed Nov 5 00:44:59 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: VER_0_77, VER_0_76, VER_0_75, VER_0_74, VER_0_73, VER_0_72, VER_0_71, VER_0_70, HEAD
fix win9x UI (T.Yui)


// 猫用、拡張クラス。


extern	const char np2dlgclass[];

void np2class_initialize(HINSTANCE hinst);
void np2class_deinitialize(void);

void np2class_move(HWND hWnd, int posx, int posy, int cx, int cy);
int CALLBACK np2class_propetysheet(HWND hWndDlg, UINT uMsg, LPARAM lParam);


enum {
	NP2GWL_HMENU	= 0,
	NP2GWL_SIZE		= 4
};

void np2class_wmcreate(HWND hWnd);
void np2class_wmdestroy(HWND hWnd);
void np2class_enablemenu(HWND hWnd, BOOL enable);
void np2class_windowtype(HWND hWnd, BYTE type);
HMENU np2class_gethmenu(HWND hWnd);


RetroPC.NET-CVS <cvs@retropc.net>