EvPageAction

EvPageAction —

Synopsis




struct      EvPageActionPrivate;
struct      EvPageAction;
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);

Object Hierarchy


  GObject
   +----GtkAction
         +----EvPageAction

Implemented Interfaces

EvPageAction implements GtkBuildable.

Properties


  "model"                GtkTreeModel         : Read / Write
  "page-cache"           EvPageCache          : Read / Write

Signal Prototypes


"activate-link"
            void        user_function      (EvPageAction *evpageaction,
                                            GObject *arg1,
                                            gpointer user_data);

Description

Details

struct EvPageActionPrivate

struct EvPageActionPrivate;


struct EvPageAction

struct EvPageAction;


ev_page_action_set_document ()

void        ev_page_action_set_document     (EvPageAction *page_action,
                                             EvDocument *document);

page_action :
document :

ev_page_action_set_model ()

void        ev_page_action_set_model        (EvPageAction *page_action,
                                             GtkTreeModel *model);

page_action :
model :

ev_page_action_grab_focus ()

void        ev_page_action_grab_focus       (EvPageAction *page_action);

page_action :

Properties

"model" (GtkTreeModel : Read / Write)

Current Model.

"page-cache" (EvPageCache : Read / Write)

Current page cache.

Signals

The "activate-link" signal

void        user_function                  (EvPageAction *evpageaction,
                                            GObject *arg1,
                                            gpointer user_data);

evpageaction :the object which received the signal.
arg1 :
user_data :user data set when the signal handler was connected.