diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-02 20:49:39 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-02 20:49:39 -0500 |
| commit | 8f04623115832d2e3b64acb10011a638514135f9 (patch) | |
| tree | b4b034f4914fdca68e6fd808bab56a4ae94fc685 /winapi_windows.h | |
| parent | 280723763c985497cc5d87bfd0d3cbe3c020b0ab (diff) | |
Started the work for Spinbox.OnChanged() on Windows with the edit control.
Diffstat (limited to 'winapi_windows.h')
| -rw-r--r-- | winapi_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winapi_windows.h b/winapi_windows.h index dec981f..7ea6ed3 100644 --- a/winapi_windows.h +++ b/winapi_windows.h @@ -76,6 +76,7 @@ extern void textfieldSetAndShowInvalidBalloonTip(HWND, WCHAR *); extern void textfieldHideInvalidBalloonTip(HWND); extern void setGroupSubclass(HWND, void *); extern HWND newUpDown(HWND, void *); +extern void setSpinboxEditSubclass(HWND, void *); // init_windows.c extern HINSTANCE hInstance; |
