Changeset 1185 for trunk/include/win/button.h
- Timestamp:
- Oct 8, 1999, 2:11:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/button.h
r375 r1185 1 /* $Id: button.h,v 1. 4 1999-07-23 17:55:27 sandervlExp $ */1 /* $Id: button.h,v 1.5 1999-10-08 12:09:32 cbratschi Exp $ */ 2 2 3 3 /* … … 33 33 #define BUTTON_HASFOCUS 0x08 34 34 35 #define BUTTON_STATE(hwnd) ((WIN_FindWndPtr(hwnd))->wExtra[0])35 //#define BUTTON_STATE(hwnd) ((WIN_FindWndPtr(hwnd))->wExtra[0]) 36 36 37 extern LRESULT WINAPI ButtonWndProc( HWND hWnd, UINT uMsg,38 WPARAM wParam, LPARAM lParam );37 //extern LRESULT WINAPI ButtonWndProc( HWND hWnd, UINT uMsg, 38 // WPARAM wParam, LPARAM lParam ); 39 39 40 40 BOOL BUTTON_Register();
Note:
See TracChangeset
for help on using the changeset viewer.