![]() | ![]() | ![]() | Evince Programmer's Reference Manual | ![]() |
---|
EvPageAction —
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);
EvPageAction implements GtkBuildable.
"model" GtkTreeModel : Read / Write "page-cache" EvPageCache : Read / Write
"activate-link" void user_function (EvPageAction *evpageaction, GObject *arg1, gpointer user_data);
void ev_page_action_set_document (EvPageAction *page_action, EvDocument *document);
page_action : | |
document : |
void ev_page_action_set_model (EvPageAction *page_action, GtkTreeModel *model);
page_action : | |
model : |
void ev_page_action_grab_focus (EvPageAction *page_action);
page_action : |
"model" (GtkTreeModel : Read / Write) | Current Model. |
"page-cache" (EvPageCache : Read / Write) | Current page cache. |
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. |
<< EvNavigationActionWidget | EvPageActionWidget >> |