diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-12-07 04:10:17 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-12-07 04:10:17 +0800 |
commit | 89e2f69727a24f8667b1daf2341bae55b0567d10 (patch) | |
tree | a69bf24ee33e77fb002695bce9e548a4fb18fa3c /embed/mozilla/EphyBrowser.h | |
parent | a02815e758437be9ed36485a6a48b09423c59282 (diff) | |
download | gsoc2013-epiphany-89e2f69727a24f8667b1daf2341bae55b0567d10.tar gsoc2013-epiphany-89e2f69727a24f8667b1daf2341bae55b0567d10.tar.gz gsoc2013-epiphany-89e2f69727a24f8667b1daf2341bae55b0567d10.tar.bz2 gsoc2013-epiphany-89e2f69727a24f8667b1daf2341bae55b0567d10.tar.lz gsoc2013-epiphany-89e2f69727a24f8667b1daf2341bae55b0567d10.tar.xz gsoc2013-epiphany-89e2f69727a24f8667b1daf2341bae55b0567d10.tar.zst gsoc2013-epiphany-89e2f69727a24f8667b1daf2341bae55b0567d10.zip |
Forward up/down/page up/page down from the findbar entry to the embed.
2005-12-06 Crispin Flowerday <gnome@flowerday.cx>
* 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.
Diffstat (limited to 'embed/mozilla/EphyBrowser.h')
-rw-r--r-- | embed/mozilla/EphyBrowser.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |