Renamed notification codes.
This commit is contained in:
parent
4f557f484c
commit
f263d9ced8
|
@ -38,14 +38,14 @@ enum {
|
||||||
// for tableColumnText return should be WCHAR *
|
// for tableColumnText return should be WCHAR *
|
||||||
// for tableColumnImage return should be HBITMAP
|
// for tableColumnImage return should be HBITMAP
|
||||||
// for tableColumnCheckbox return is nonzero for checked, zero for unchecked
|
// for tableColumnCheckbox return is nonzero for checked, zero for unchecked
|
||||||
tableNotificationGetColumnData,
|
tableNotificationGetCellData,
|
||||||
// data parameter is pointer, same as tableNotificationGetColumnData
|
// data parameter is pointer, same as tableNotificationGetCellData
|
||||||
// not sent for checkboxes
|
// not sent for checkboxes
|
||||||
// no return
|
// no return
|
||||||
tableNotificationFreeColumnData,
|
tableNotificationFinishedWithData,
|
||||||
// data is zero
|
// data is zero
|
||||||
// no return
|
// no return
|
||||||
tableNotificationToggleColumnCheck,
|
tableNotificationToggleCellCheck,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct tableNM tableNM;
|
typedef struct tableNM tableNM;
|
||||||
|
|
Loading…
Reference in New Issue