|
|
| version 1.3, 2003/11/03 00:49:55 | version 1.4, 2003/11/04 15:44:59 |
|---|---|
| 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); |
| HMENU np2class_gethmenu(HWND hWnd); | HMENU np2class_gethmenu(HWND hWnd); |
| void np2class_destroymenu(HWND hWnd); | |