diff options
Diffstat (limited to 'wintable/new/children.h')
| -rw-r--r-- | wintable/new/children.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/wintable/new/children.h b/wintable/new/children.h deleted file mode 100644 index 6a3aff3..0000000 --- a/wintable/new/children.h +++ /dev/null @@ -1,19 +0,0 @@ -// 7 december 2014 - -static const handlerfunc commandHandlers[] = { - NULL, -}; - -static const handlerfunc notifyHandlers[] = { - headerNotifyHandler, - NULL, -}; - -HANDLER(childrenHandlers) -{ - if (uMsg == WM_COMMAND) - return runHandlers(commandHandlers, t, uMsg, wParam, lParam, lResult); - if (uMsg == WM_NOTIFY) - return runHandlers(notifyHandlers, t, uMsg, wParam, lParam, lResult); - return FALSE; -} |
