|
|
| version 1.2, 2003/11/01 22:23:04 | version 1.5, 2004/05/23 15:01:45 |
|---|---|
| Line 8 void np2class_initialize(HINSTANCE hinst | Line 8 void np2class_initialize(HINSTANCE hinst |
| void np2class_deinitialize(void); | void np2class_deinitialize(void); |
| void np2class_move(HWND hWnd, int posx, int posy, int cx, int cy); | void np2class_move(HWND hWnd, int posx, int posy, int cx, int cy); |
| // int CALLBACK np2class_propetysheet(HWND hWndDlg, UINT uMsg, LPARAM lParam); | int CALLBACK np2class_propetysheet(HWND hWndDlg, UINT uMsg, LPARAM lParam); |
| enum { | enum { |
| Line 16 enum { | Line 16 enum { |
| NP2GWL_SIZE = 4 | 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); | void np2class_windowtype(HWND hWnd, BYTE type); |
| void np2class_frametype(HWND hWnd, BYTE thick); | |
| HMENU np2class_gethmenu(HWND hWnd); | HMENU np2class_gethmenu(HWND hWnd); |
| void np2class_destroymenu(HWND hWnd); | |