Renamed notification codes.
This commit is contained in:
parent
4f557f484c
commit
f263d9ced8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue