Renamed notification codes.

This commit is contained in:
Pietro Gagliardi 2015-01-07 17:16:39 -05:00
parent 4f557f484c
commit f263d9ced8
1 changed files with 4 additions and 4 deletions

View File

@ -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;