diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-17 22:16:32 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-17 22:16:32 -0400 |
| commit | 7e40e9fe28f2349b06bf81a32e75183da1f48d56 (patch) | |
| tree | 4c361c82c7d881249f3b04e47b75602e025d406a /redo/winapi_windows.h | |
| parent | 8fee588a1da781c8823dcb7d0538cf1ec7022b39 (diff) | |
Migrated controls_windows.go to C.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 81bf271..ea3c745 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -32,3 +32,9 @@ extern DWORD initCommonControls(LPCWSTR, char **); extern BOOL (*WINAPI fv_SetWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR, DWORD_PTR); extern BOOL (*WINAPI fv_RemoveWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR); extern LRESULT (*WINAPI fv_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM); + +/* controls_windows.c */ +extern HWND newWidget(LPCWSTR, DWORD, DWORD); +extern void controlSetParent(HWND, HWND); +extern LRESULT forwardCommand(HWND, UINT, WPARAM, LPARAM); +extern void setButtonSubclass(HWND, void *); |
