diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-08-04 11:17:06 +0530 |
---|---|---|
committer | Pranav Kant <pranavk@collabora.co.uk> | 2017-10-02 11:01:33 +0530 |
commit | 77bb77aedee4b4596f769df8e334b8063c5846b0 (patch) | |
tree | 9b940f2876b634243b1ad3968226f8debcb7c5ab /include/LibreOfficeKit | |
parent | cce5bdbeee4828d7d052eef16644355783567cf7 (diff) |
lokdialog: Mouse events for dialog floating child windows
Change-Id: I06a081835d246f752e57f8cc289162ed31fc91d4
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index 529a1336ca76..05c8eff15316 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -288,6 +288,16 @@ struct _LibreOfficeKitDocumentClass int nButtons, int nModifier); + /// WIP + void (*postDialogChildMouseEvent) (LibreOfficeKitDocument* pThis, + const char* pDialogId, + int nType, + int nX, + int nY, + int nCount, + int nButtons, + int nModifier); + #endif // defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY }; |