]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
Replace wxDataViewCtrl::StartEditor() with EditItem().
[wxWidgets.git] / include / wx / msw / private.h
index e824c6e5fdcf188aec0ba44c24700103afd75429..63010bf4c5709eaf1ee11171ad56b2da87edea39 100644 (file)
@@ -923,6 +923,9 @@ WXDLLIMPEXP_BASE wxWinVersion wxGetWinVersion();
 extern HCURSOR wxGetCurrentBusyCursor();    // from msw/utils.cpp
 extern const wxCursor *wxGetGlobalCursor(); // from msw/cursor.cpp
 
+// GetCursorPos can fail without populating the POINT. This falls back to GetMessagePos.
+WXDLLIMPEXP_CORE void wxGetCursorPosMSW(POINT* pt);
+
 WXDLLIMPEXP_CORE void wxGetCharSize(WXHWND wnd, int *x, int *y, const wxFont& the_font);
 WXDLLIMPEXP_CORE void wxFillLogFont(LOGFONT *logFont, const wxFont *font);
 WXDLLIMPEXP_CORE wxFont wxCreateFontFromLogFont(const LOGFONT *logFont);