diff options
| author | Pietro Gagliardi <[email protected]> | 2015-01-07 17:16:39 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-01-07 17:16:39 -0500 |
| commit | f263d9ced8e0fcbe9116456254eda0156dae40e1 (patch) | |
| tree | f13594599f42c5ba17b9cb840f62e949fc633f51 /wintable/main.h | |
| parent | 4f557f484c65e11f7ba35aa3aca8c72a6ad2a73e (diff) | |
Renamed notification codes.
Diffstat (limited to 'wintable/main.h')
| -rw-r--r-- | wintable/main.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wintable/main.h b/wintable/main.h index 670f620..1e8efaa 100644 --- a/wintable/main.h +++ b/wintable/main.h @@ -38,14 +38,14 @@ enum { // for tableColumnText return should be WCHAR * // for tableColumnImage return should be HBITMAP // for tableColumnCheckbox return is nonzero for checked, zero for unchecked - tableNotificationGetColumnData, - // data parameter is pointer, same as tableNotificationGetColumnData + tableNotificationGetCellData, + // data parameter is pointer, same as tableNotificationGetCellData // not sent for checkboxes // no return - tableNotificationFreeColumnData, + tableNotificationFinishedWithData, // data is zero // no return - tableNotificationToggleColumnCheck, + tableNotificationToggleCellCheck, }; typedef struct tableNM tableNM; |
