| Top |  |  |  |  | 
| GtkWidget * | eog_thumb_nav_new () | 
| gboolean | eog_thumb_nav_get_show_buttons () | 
| void | eog_thumb_nav_set_show_buttons () | 
| EogThumbNavMode | eog_thumb_nav_get_mode () | 
| void | eog_thumb_nav_set_mode () | 
| gint | mode | Read / Write | 
| gboolean | show-buttons | Read / Write | 
| EogThumbView * | thumbview | Read / Write / Construct Only | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── EogThumbNav
GtkWidget * eog_thumb_nav_new (GtkWidget *thumbview,EogThumbNavMode mode,gboolean show_buttons);
Creates a new thumbnail navigation widget.
| thumbview | an EogThumbView to embed in the navigation widget. | |
| mode | The navigation mode. | |
| show_buttons | Whether to show the navigation buttons. | 
gboolean
eog_thumb_nav_get_show_buttons (EogThumbNav *nav);
Gets whether the navigation buttons are visible.
void eog_thumb_nav_set_show_buttons (EogThumbNav *nav,gboolean show_buttons);
Sets whether the navigation buttons to the left and right of the widget should be visible.
EogThumbNavMode
eog_thumb_nav_get_mode (EogThumbNav *nav);
Gets the navigation mode in nav
.
void eog_thumb_nav_set_mode (EogThumbNav *nav,EogThumbNavMode mode);
Sets the navigation mode in nav
. See EogThumbNavMode for details.
“mode” property  “mode”                     gint
Thumb navigator mode.
Owner: EogThumbNav
Flags: Read / Write
Allowed values: [0,2]
Default value: 0
“show-buttons” property  “show-buttons”             gboolean
Whether to show navigation buttons or not.
Owner: EogThumbNav
Flags: Read / Write
Default value: TRUE
“thumbview” property“thumbview” EogThumbView *
The internal thumbnail viewer widget.
Owner: EogThumbNav
Flags: Read / Write / Construct Only