| EvPageActionEvPageAction |  | 
Object Hierarchy
  GObject
   +----GtkAction
         +----EvPageAction
 
Implemented Interfaces
EvPageAction implements
 GtkBuildable.
 
Properties
  "model"                    GtkTreeModel*         : Read / Write
 
Details
EvPageActionPrivate
typedef struct _EvPageActionPrivate EvPageActionPrivate;
 
EvPageAction
typedef struct _EvPageAction EvPageAction;
 
ev_page_action_set_model ()
void                ev_page_action_set_model            (EvPageAction *page_action,
                                                         EvDocumentModel *model);
 
ev_page_action_grab_focus ()
void                ev_page_action_grab_focus           (EvPageAction *page_action);
 
 
Property Details
The "model" property
  "model"                    GtkTreeModel*         : Read / Write
Current Links Model.
 
 
Signal Details
The "activate-link" signal
void                user_function                      (EvPageAction *evpageaction,
                                                        GObject      *arg1,
                                                        gpointer      user_data)         : Run Last / Action
| evpageaction:
 | the object which received the signal. | 
| arg1:
 |  | 
| user_data:
 | user data set when the signal handler was connected. |