From 89e2f69727a24f8667b1daf2341bae55b0567d10 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Tue, 6 Dec 2005 20:10:17 +0000 Subject: Forward up/down/page up/page down from the findbar entry to the embed. 2005-12-06 Crispin Flowerday * embed/ephy-embed.c: (ephy_embed_scroll), (ephy_embed_page_scroll): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-find-toolbar.c: (entry_key_press_event_cb): Forward up/down/page up/page down from the findbar entry to the embed. --- embed/mozilla/EphyBrowser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embed/mozilla/EphyBrowser.h') diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index c21aac103..56058718b 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -147,6 +147,9 @@ public: nsresult SetZoom (float aTextZoom); nsresult GetZoom (float *aTextZoom); + nsresult ScrollLines (int aNumLines); + nsresult ScrollPages (int aNumPages); + nsresult Print (); nsresult SetPrintPreviewMode (PRBool previewMode); nsresult PrintPreviewNumPages (int *numPages); -- cgit v1.2.3