aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-08-08 04:42:44 +0800
committerChristian Persch <chpe@src.gnome.org>2006-08-08 04:42:44 +0800
commitff5debba3755465eaeb4766b213cd5d37ffe8e01 (patch)
tree268f4e62901c6dc5433802974cf4e60760ca8d9d /src/window-commands.h
parent148a755f7a9ed405ac89f92d8add5804efd664c3 (diff)
downloadgsoc2013-epiphany-ff5debba3755465eaeb4766b213cd5d37ffe8e01.tar
gsoc2013-epiphany-ff5debba3755465eaeb4766b213cd5d37ffe8e01.tar.gz
gsoc2013-epiphany-ff5debba3755465eaeb4766b213cd5d37ffe8e01.tar.bz2
gsoc2013-epiphany-ff5debba3755465eaeb4766b213cd5d37ffe8e01.tar.lz
gsoc2013-epiphany-ff5debba3755465eaeb4766b213cd5d37ffe8e01.tar.xz
gsoc2013-epiphany-ff5debba3755465eaeb4766b213cd5d37ffe8e01.tar.zst
gsoc2013-epiphany-ff5debba3755465eaeb4766b213cd5d37ffe8e01.zip
Add "delete text" command.
2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: * src/window-commands.c: * src/window-commands.h: Add "delete text" command.
Diffstat (limited to 'src/window-commands.h')
-rw-r--r--src/window-commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window-commands.h b/src/window-commands.h
index 1bafbc460..30026ee9c 100644
--- a/src/window-commands.h
+++ b/src/window-commands.h
@@ -94,6 +94,9 @@ void window_cmd_edit_copy (GtkAction *action,
void window_cmd_edit_paste (GtkAction *action,
EphyWindow *window);
+void window_cmd_edit_delete (GtkAction *action,
+ EphyWindow *window);
+
void window_cmd_edit_select_all (GtkAction *action,
EphyWindow *window);