| Evince View Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
Synopsis
EvViewPresentation; EvViewPresentationClass; GtkWidget * ev_view_presentation_new (EvDocument *document,guint current_page,guint rotation,gboolean inverted_colors); guint ev_view_presentation_get_current_page (EvViewPresentation *pview); void ev_view_presentation_next_page (EvViewPresentation *pview); void ev_view_presentation_previous_page (EvViewPresentation *pview); void ev_view_presentation_set_rotation (EvViewPresentation *pview,gint rotation); guint ev_view_presentation_get_rotation (EvViewPresentation *pview);
Properties
"current-page" guint : Read / Write / Construct "document" EvDocument* : Write / Construct Only "inverted-colors" gboolean : Write / Construct Only "rotation" guint : Read / Write / Construct
Details
ev_view_presentation_new ()
GtkWidget * ev_view_presentation_new (EvDocument *document,guint current_page,guint rotation,gboolean inverted_colors);
ev_view_presentation_get_current_page ()
guint ev_view_presentation_get_current_page
(EvViewPresentation *pview);
ev_view_presentation_previous_page ()
void ev_view_presentation_previous_page (EvViewPresentation *pview);
ev_view_presentation_set_rotation ()
void ev_view_presentation_set_rotation (EvViewPresentation *pview,gint rotation);
ev_view_presentation_get_rotation ()
guint ev_view_presentation_get_rotation (EvViewPresentation *pview);
Property Details
The "current-page" property
"current-page" guint : Read / Write / Construct
The current page.
Default value: 0
The "inverted-colors" property
"inverted-colors" gboolean : Write / Construct Only
Whether presentation is displayed with inverted colors.
Default value: FALSE
Signal Details
The "change-page" signal
void user_function (EvViewPresentation *evviewpresentation,
GtkScrollType arg1,
gpointer user_data) : Action
The "external-link" signal
void user_function (EvViewPresentation *evviewpresentation,
GObject *arg1,
gpointer user_data) : Action
The "finished" signal
void user_function (EvViewPresentation *evviewpresentation,
gpointer user_data) : Action
