aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-05-22 00:47:47 +0800
committerXan Lopez <xan@gnome.org>2009-05-22 00:47:47 +0800
commit36a1ff182877766efa44d8b61eb0bc27e7716db1 (patch)
tree3a07cc99c8c99e843e5d3333b8169919820c2691 /embed
parent0818bd6e0b90fe0ebefcc4556f36fb640c927ade (diff)
downloadgsoc2013-epiphany-36a1ff182877766efa44d8b61eb0bc27e7716db1.tar
gsoc2013-epiphany-36a1ff182877766efa44d8b61eb0bc27e7716db1.tar.gz
gsoc2013-epiphany-36a1ff182877766efa44d8b61eb0bc27e7716db1.tar.bz2
gsoc2013-epiphany-36a1ff182877766efa44d8b61eb0bc27e7716db1.tar.lz
gsoc2013-epiphany-36a1ff182877766efa44d8b61eb0bc27e7716db1.tar.xz
gsoc2013-epiphany-36a1ff182877766efa44d8b61eb0bc27e7716db1.tar.zst
gsoc2013-epiphany-36a1ff182877766efa44d8b61eb0bc27e7716db1.zip
ephy-embed: remove scroll methods from embed
The way to scroll now is through the adjustments bound to the view.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index bc41d93cb..3b6e03cb6 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -183,13 +183,6 @@ struct _EphyEmbedIface
EphyEmbedSecurityLevel *level,
char **description);
void (* show_page_certificate) (EphyEmbed *embed);
- void (* scroll_lines) (EphyEmbed *embed,
- int num_lines);
- void (* scroll_pages) (EphyEmbed *embed,
- int num_pages);
- void (* scroll_pixels) (EphyEmbed *embed,
- int dx,
- int dy);
void (* set_print_preview_mode) (EphyEmbed *embed,
gboolean mode);
int (* print_preview_n_pages) (EphyEmbed *embed);
@@ -259,16 +252,6 @@ void ephy_embed_get_security_level (EphyEmbed *embed,
void ephy_embed_show_page_certificate (EphyEmbed *embed);
-/* Scroll */
-void ephy_embed_scroll (EphyEmbed *embed,
- int num_lines);
-
-void ephy_embed_page_scroll (EphyEmbed *embed,
- int num_pages);
-
-void ephy_embed_scroll_pixels (EphyEmbed *embed,
- int dx,
- int dy);
/* Document type */
EphyEmbedDocumentType ephy_embed_get_document_type (EphyEmbed *embed);