Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Data Structures | |
struct | _EvSearchBox |
struct | _EvSearchBoxClass |
Macros | |
#define | EV_TYPE_SEARCH_BOX (ev_search_box_get_type ()) |
#define | EV_SEARCH_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_SEARCH_BOX, EvSearchBox)) |
#define | EV_IS_SEARCH_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_SEARCH_BOX)) |
#define | EV_SEARCH_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_SEARCH_BOX, EvSearchBoxClass)) |
#define | EV_IS_SEARCH_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), EV_TYPE_SEARCH_BOX)) |
#define | EV_SEARCH_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_SEARCH_BOX, EvSearchBoxClass)) |
Typedefs | |
typedef struct _EvSearchBox | EvSearchBox |
typedef struct _EvSearchBoxClass | EvSearchBoxClass |
typedef struct _EvSearchBoxPrivate | EvSearchBoxPrivate |
Functions | |
GType | ev_search_box_get_type (void) |
GtkWidget * | ev_search_box_new (EvDocumentModel *model) |
GtkSearchEntry * | ev_search_box_get_entry (EvSearchBox *box) |
gboolean | ev_search_box_has_results (EvSearchBox *box) |
void | ev_search_box_restart (EvSearchBox *box) |
#define EV_IS_SEARCH_BOX | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_SEARCH_BOX)) |
Definition at line 32 of file ev-search-box.h.
#define EV_IS_SEARCH_BOX_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE ((obj), EV_TYPE_SEARCH_BOX)) |
Definition at line 34 of file ev-search-box.h.
#define EV_SEARCH_BOX | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_SEARCH_BOX, EvSearchBox)) |
Definition at line 31 of file ev-search-box.h.
#define EV_SEARCH_BOX_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_SEARCH_BOX, EvSearchBoxClass)) |
Definition at line 33 of file ev-search-box.h.
#define EV_SEARCH_BOX_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_SEARCH_BOX, EvSearchBoxClass)) |
Definition at line 35 of file ev-search-box.h.
#define EV_TYPE_SEARCH_BOX (ev_search_box_get_type ()) |
Definition at line 30 of file ev-search-box.h.
typedef struct _EvSearchBox EvSearchBox |
Definition at line 37 of file ev-search-box.h.
typedef struct _EvSearchBoxClass EvSearchBoxClass |
Definition at line 38 of file ev-search-box.h.
typedef struct _EvSearchBoxPrivate EvSearchBoxPrivate |
Definition at line 39 of file ev-search-box.h.
GtkSearchEntry* ev_search_box_get_entry | ( | EvSearchBox * | box) |
GType ev_search_box_get_type | ( | void | ) |
gboolean ev_search_box_has_results | ( | EvSearchBox * | box) |
GtkWidget* ev_search_box_new | ( | EvDocumentModel * | model) |
void ev_search_box_restart | ( | EvSearchBox * | box) |