File:  [RetroPC.NET] / np2 / win9x / dialog / np2class.h
Revision 1.2: download - view: text, annotated - select for diffs
Sun Nov 2 07:23:04 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: 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_windowtype(HWND hWnd, BYTE type);
HMENU np2class_gethmenu(HWND hWnd);
void np2class_destroymenu(HWND hWnd);


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