Renamed tableevents.cpp to the more accurate tableediting.cpp.

This commit is contained in:
Pietro Gagliardi 2018-06-20 10:45:14 -04:00
parent bff9d0e311
commit df59eee783
3 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ list(APPEND _LIBUI_SOURCES
windows/table.cpp
windows/tabledispinfo.cpp
windows/tabledraw.cpp
windows/tableevents.cpp
windows/tableediting.cpp
windows/tabpage.cpp
windows/text.cpp
windows/utf16.cpp

View File

@ -48,7 +48,7 @@ extern HRESULT uiprivTableHandleLVN_GETDISPINFO(uiTable *t, NMLVDISPINFOW *nm, L
extern HRESULT uiprivTableHandleNM_CUSTOMDRAW(uiTable *t, NMLVCUSTOMDRAW *nm, LRESULT *lResult);
extern HRESULT uiprivUpdateImageListSize(uiTable *t);
// tableevents.cpp
// tableediting.cpp
extern HRESULT uiprivTableHandleNM_CLICK(uiTable *t, NMITEMACTIVATE *nm, LRESULT *lResult);
extern HRESULT uiprivTableFinishEditingText(uiTable *t);
extern HRESULT uiprivTableAbortEditingText(uiTable *t);