diff options
| author | Pietro Gagliardi <[email protected]> | 2015-01-07 19:00:56 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-01-07 19:00:56 -0500 |
| commit | b3c0a7acaf5bb779d6ccfc165399fe9415b7d203 (patch) | |
| tree | babd70c7e96da601681ead0ea499b47fb615e8f0 /wintable/main.h | |
| parent | f263d9ced8e0fcbe9116456254eda0156dae40e1 (diff) | |
Implemented tableNotificationGetCellData et al for text columns.
Diffstat (limited to 'wintable/main.h')
| -rw-r--r-- | wintable/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wintable/main.h b/wintable/main.h index 1e8efaa..50e8bff 100644 --- a/wintable/main.h +++ b/wintable/main.h @@ -42,10 +42,10 @@ enum { // data parameter is pointer, same as tableNotificationGetCellData // not sent for checkboxes // no return - tableNotificationFinishedWithData, + tableNotificationFinishedWithCellData, // data is zero // no return - tableNotificationToggleCellCheck, + tableNotificationToggleCellCheckbox, }; typedef struct tableNM tableNM; |
