--- np2/win9x/dialog/np2class.h 2003/11/01 22:23:04 1.2 +++ np2/win9x/dialog/np2class.h 2003/11/04 15:44:59 1.4 @@ -8,7 +8,7 @@ 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); +int CALLBACK np2class_propetysheet(HWND hWndDlg, UINT uMsg, LPARAM lParam); enum { @@ -16,7 +16,9 @@ enum { 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); -void np2class_destroymenu(HWND hWnd);