Class
EogScrollView
Constructors
eog_scroll_view_new
Instance methods
eog_scroll_view_event_is_over_image
Tells if ev
‘s originates from inside the image area. view
must be
realized and have an image set for this to work.
eog_scroll_view_get_image
Gets the currently displayed EogImage
.
eog_scroll_view_get_zoom
eog_scroll_view_get_zoom_is_max
eog_scroll_view_get_zoom_is_min
eog_scroll_view_get_zoom_mode
eog_scroll_view_hide_cursor
eog_scroll_view_is_image_movable
eog_scroll_view_override_bg_color
eog_scroll_view_set_antialiasing_in
eog_scroll_view_set_antialiasing_out
eog_scroll_view_set_background_color
eog_scroll_view_set_image
eog_scroll_view_set_popup
eog_scroll_view_set_scroll_wheel_zoom
eog_scroll_view_set_transparency
eog_scroll_view_set_transparency_color
eog_scroll_view_set_use_bg_color
eog_scroll_view_set_zoom
eog_scroll_view_set_zoom_mode
eog_scroll_view_set_zoom_multiplier
eog_scroll_view_set_zoom_upscale
eog_scroll_view_show_cursor
eog_scroll_view_zoom_in
eog_scroll_view_zoom_out
Properties
Eog.ScrollView:antialiasing-in
If TRUE
the displayed image will be filtered in a second pass
while being zoomed in.
Eog.ScrollView:antialiasing-out
If TRUE
the displayed image will be filtered in a second pass
while being zoomed out.
Eog.ScrollView:background-color
This is the default background color used for painting the background
of the image view. If set to NULL
the color is determined by the
active GTK theme.
Eog.ScrollView:image
This is the currently display EogImage
.
Eog.ScrollView:scrollwheel-zoom
If TRUE
the scrollwheel will zoom the view, otherwise it will be
used for scrolling a zoomed image.
Eog.ScrollView:transparency-color
This is the color used to fill the transparent parts of an image
if EogScrollView:transparency-style
is set to EOG_TRANSP_COLOR
.
Eog.ScrollView:transparency-style
Determines how to fill the shown image’s transparent areas.
Eog.ScrollView:use-background-color
Eog.ScrollView:zoom-mode
Eog.ScrollView:zoom-multiplier
The current zoom factor is multiplied with this value + 1.0 when scrolling with the scrollwheel to determine the next zoom factor.
Signals
Eog.ScrollView::next-image
Eog.ScrollView::previous-image
Eog.ScrollView::rotation-changed
Eog.ScrollView::zoom-changed
Class structure
struct EogScrollViewClass {
GtkOverlayClass parent_class;
void (* zoom_changed) (
EogScrollView* view,
double zoom
);
void (* rotation_changed) (
EogScrollView* view,
double degrees
);
void (* next_image) (
EogScrollView* view
);
void (* previous_image) (
EogScrollView* view
);
}
Class members
parent_class |
|
No description available. | |
zoom_changed |
|
No description available. | |
rotation_changed |
|
No description available. | |
next_image |
|
No description available. | |
previous_image |
|
No description available. |