![]() |
![]() |
![]() |
Evince View Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
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
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----EvViewPresentation
"current-page" guint : Write / Construct Only "document" EvDocument* : Write / Construct Only "inverted-colors" gboolean : Write / Construct Only "rotation" guint : Write / Construct Only
GtkWidget * ev_view_presentation_new (EvDocument *document
,guint current_page
,guint rotation
,gboolean inverted_colors
);
guint ev_view_presentation_get_current_page
(EvViewPresentation *pview
);
"current-page"
property"current-page" guint : Write / Construct Only
The current page.
Default value: 0
"inverted-colors"
property"inverted-colors" gboolean : Write / Construct Only
Whether presentation is displayed with inverted colors.
Default value: FALSE
"rotation"
property"rotation" guint : Write / Construct Only
Current rotation angle.
Allowed values: <= 360
Default value: 0
"change-page"
signalvoid user_function (EvViewPresentation *evviewpresentation, GtkScrollType arg1, gpointer user_data) : Run Last / Action
"finished"
signalvoid user_function (EvViewPresentation *evviewpresentation, gpointer user_data) : Run Last / Action