diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-25 17:54:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-30 09:23:48 +0200 |
commit | ffd4b87966a69ede188a5e15151c95f199558f27 (patch) | |
tree | b164fe1a33a77dd2307877890e8f7ec85d02f900 /include/LibreOfficeKit | |
parent | 5e43b9a9a05f1146c71fbce46a2ddce44c59c77b (diff) |
lokdocview: move keyboard handling to LOKDocView_Impl
Change-Id: I1117ec42bdf0f2cb19f77723b87597d301d20ddb
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index 1a5b932c75e1..bb8ae78ddbc9 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -68,6 +68,9 @@ gboolean lok_docview_get_edit (LOKDocView* pDocView); /// Posts the .uno: command to the LibreOfficeKit. void lok_docview_post_command (LOKDocView* pDocView, const char* pCommand); + +/// Posts a keyboard event to LibreOfficeKit. +void lok_docview_post_key (GtkWidget* pWidget, GdkEventKey* pEvent, gpointer pData); #ifdef __cplusplus } #endif |