summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-01-07 17:16:39 -0500
committerPietro Gagliardi <[email protected]>2015-01-07 17:16:39 -0500
commitf263d9ced8e0fcbe9116456254eda0156dae40e1 (patch)
treef13594599f42c5ba17b9cb840f62e949fc633f51
parent4f557f484c65e11f7ba35aa3aca8c72a6ad2a73e (diff)
Renamed notification codes.
-rw-r--r--wintable/main.h8
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;