|  |  |  | Eye of GNOME Reference Manual |  | 
|---|---|---|---|---|
enum EogThumbViewSelectionChange; EogThumbView; GtkWidget* eog_thumb_view_new (void); void eog_thumb_view_set_model (EogThumbView *view, EogListStore *store); void eog_thumb_view_set_item_height (EogThumbView *view, gint height); guint eog_thumb_view_get_n_selected (EogThumbView *view); EogImage* eog_thumb_view_get_first_selected_image (EogThumbView *view); GList* eog_thumb_view_get_selected_images (EogThumbView *view); void eog_thumb_view_select_single (EogThumbView *view, EogThumbViewSelectionChange change); void eog_thumb_view_set_current_image (EogThumbView *view, EogImage *image, gboolean deselect_other); void eog_thumb_view_set_thumbnail_popup (EogThumbView *view, GtkMenu *menu);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkIconView +----EogThumbView
typedef enum {
	EOG_THUMB_VIEW_SELECT_CURRENT = 0,
	EOG_THUMB_VIEW_SELECT_LEFT,
	EOG_THUMB_VIEW_SELECT_RIGHT,
	EOG_THUMB_VIEW_SELECT_FIRST,
	EOG_THUMB_VIEW_SELECT_LAST
} EogThumbViewSelectionChange;
void eog_thumb_view_set_model (EogThumbView *view, EogListStore *store);
| 
 | |
| 
 | 
void eog_thumb_view_set_item_height (EogThumbView *view, gint height);
| 
 | |
| 
 | 
guint eog_thumb_view_get_n_selected (EogThumbView *view);
| 
 | |
| Returns : | 
EogImage* eog_thumb_view_get_first_selected_image (EogThumbView *view);
| 
 | |
| Returns : | 
GList* eog_thumb_view_get_selected_images (EogThumbView *view);
| 
 | |
| Returns : | 
void eog_thumb_view_select_single (EogThumbView *view, EogThumbViewSelectionChange change);
| 
 | |
| 
 | 
void eog_thumb_view_set_current_image (EogThumbView *view, EogImage *image, gboolean deselect_other);
| 
 | |
| 
 | |
| 
 | 
void eog_thumb_view_set_thumbnail_popup (EogThumbView *view, GtkMenu *menu);
| 
 | |
| 
 |