| Top |  |  |  |  | 
| GtkWidget * | xviewer_thumb_nav_new () | 
| gboolean | xviewer_thumb_nav_get_show_buttons () | 
| void | xviewer_thumb_nav_set_show_buttons () | 
| XviewerThumbNavMode | xviewer_thumb_nav_get_mode () | 
| void | xviewer_thumb_nav_set_mode () | 
GtkWidget * xviewer_thumb_nav_new (GtkWidget *thumbview,XviewerThumbNavMode mode,gboolean show_buttons);
Creates a new thumbnail navigation widget.
| thumbview | an XviewerThumbView to embed in the navigation widget. | |
| mode | The navigation mode. | |
| show_buttons | Whether to show the navigation buttons. | 
gboolean
xviewer_thumb_nav_get_show_buttons (XviewerThumbNav *nav);
Gets whether the navigation buttons are visible.
void xviewer_thumb_nav_set_show_buttons (XviewerThumbNav *nav,gboolean show_buttons);
Sets whether the navigation buttons to the left and right of the widget should be visible.
XviewerThumbNavMode
xviewer_thumb_nav_get_mode (XviewerThumbNav *nav);
Gets the navigation mode in nav
.
void xviewer_thumb_nav_set_mode (XviewerThumbNav *nav,XviewerThumbNavMode mode);
Sets the navigation mode in nav
. See XviewerThumbNavMode for details.