|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-page-action-widget.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _EvPageActionWidgetClass |
Macros | |
| #define | EV_TYPE_PAGE_ACTION_WIDGET (ev_page_action_widget_get_type ()) |
| #define | EV_PAGE_ACTION_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PAGE_ACTION_WIDGET, EvPageActionWidget)) |
Typedefs | |
| typedef struct _EvPageActionWidget | EvPageActionWidget |
| typedef struct _EvPageActionWidgetClass | EvPageActionWidgetClass |
Functions | |
| GType | ev_page_action_widget_get_type (void) G_GNUC_CONST |
| void | ev_page_action_widget_update_links_model (EvPageActionWidget *proxy, GtkTreeModel *model) |
| void | ev_page_action_widget_set_model (EvPageActionWidget *action_widget, EvDocumentModel *doc_model) |
| void | ev_page_action_widget_grab_focus (EvPageActionWidget *proxy) |
| #define EV_PAGE_ACTION_WIDGET | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PAGE_ACTION_WIDGET, EvPageActionWidget)) |
Definition at line 31 of file ev-page-action-widget.h.
| #define EV_TYPE_PAGE_ACTION_WIDGET (ev_page_action_widget_get_type ()) |
Definition at line 30 of file ev-page-action-widget.h.
| typedef struct _EvPageActionWidget EvPageActionWidget |
Definition at line 33 of file ev-page-action-widget.h.
| typedef struct _EvPageActionWidgetClass EvPageActionWidgetClass |
Definition at line 34 of file ev-page-action-widget.h.
| GType ev_page_action_widget_get_type | ( | void | ) |
| void ev_page_action_widget_grab_focus | ( | EvPageActionWidget * | proxy) |
| void ev_page_action_widget_set_model | ( | EvPageActionWidget * | action_widget, |
| EvDocumentModel * | doc_model | ||
| ) |
| void ev_page_action_widget_update_links_model | ( | EvPageActionWidget * | proxy, |
| GtkTreeModel * | model | ||
| ) |