From f263d9ced8e0fcbe9116456254eda0156dae40e1 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 7 Jan 2015 17:16:39 -0500 Subject: Renamed notification codes. --- wintable/main.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wintable/main.h') 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; -- cgit v1.2.3