]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-page-action.h
Set points_set to TRUE so that selections don't disappear after a zoom
[evince.git] / shell / ev-page-action.h
index 636a24d9a7a3706821b67da1f11ef8e5ff0e2c20..c9785c655b30e974a85ad58ca42ea556ea690500 100644 (file)
@@ -16,7 +16,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- *  $Id$
  */
 
 #ifndef EV_PAGE_ACTION_H
@@ -51,8 +50,8 @@ struct _EvPageActionClass
 {
        GtkActionClass parent_class;
 
-       void (* goto_page) (EvPageAction *page_action,
-                           int           page_number);
+       void     (* activate_link) (EvPageAction *page_action,
+                                   EvLink       *link);
 };
 
 GType ev_page_action_get_type     (void);
@@ -60,7 +59,7 @@ void  ev_page_action_set_document (EvPageAction *page_action,
                                   EvDocument   *document);
 void  ev_page_action_set_model    (EvPageAction *page_action,
                                   GtkTreeModel *model);
-
+void  ev_page_action_grab_focus   (EvPageAction *page_action);
 
 G_END_DECLS