Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2005-09-27 12:50:42 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2005-09-27 12:50:42 (GMT)
commit95a299b2e2d5e5fdd2386e7e6c909754a2e49792 (patch)
tree500d3ee89e81ad2b511e01affd83a7ff8447f234 /shell/ev-view.h
parent19033026f00585b3710644250f851ca02246c9fc (diff)
Disable copy action when there isn't text selected.
2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when there isn't text selected.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 7791492..ade2685 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -63,6 +63,7 @@ void ev_view_set_document (EvView *view,
/* Clipboard */
void ev_view_copy (EvView *view);
void ev_view_select_all (EvView *view);
+gboolean ev_view_get_has_selection (EvView *view);
/* sizing and behavior */
/* These are all orthoganal to each other, except 'presentation' trumps all