Method
EogThumbViewset_current_image
Declaration [src]
void
eog_thumb_view_set_current_image (
EogThumbView* thumbview,
EogImage* image,
gboolean deselect_other
)
Description [src]
Changes the status of a image, marking it as currently selected.
If deselect_other
is TRUE
, all other selected images will be deselected.
Parameters
image |
EogImage |
The image to be selected. |
|
The data is owned by the caller of the function. | |
deselect_other |
gboolean |
Whether to deselect currently selected images. |