diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-20 12:04:36 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-20 12:04:36 -0400 |
| commit | e06e32715552764769e85c72a43bf5ee78e5f555 (patch) | |
| tree | b2137b70744875ede9b1645ce5ecc10d17b9e226 /redo/winapi_windows.h | |
| parent | ac1b8e3cca971c38c8091f60fedfe093e6fe78df (diff) | |
Implemented TextField.OnChanged() on Windows.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 199f838..ea9fe17 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -63,6 +63,7 @@ extern void setButtonSubclass(HWND, void *); extern void setCheckboxSubclass(HWND, void *); extern BOOL checkboxChecked(HWND); extern void checkboxSetChecked(HWND, BOOL); +extern void setTextFieldSubclass(HWND, void *); // init_windows.c extern HINSTANCE hInstance; |
