diff options
Diffstat (limited to 'wintable/includethis.h')
| -rw-r--r-- | wintable/includethis.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wintable/includethis.h b/wintable/includethis.h index 25836ef..4c7ee2a 100644 --- a/wintable/includethis.h +++ b/wintable/includethis.h @@ -40,6 +40,10 @@ enum { // data is zero // no return tableNotificationCellCheckboxToggled, + // sent even on deselection (in that case, row == -1 and column == -1) + // data is zero + // no return + tableNotificationSelectionChanged, }; typedef struct tableNM tableNM; |
