Class

EogThumbNav

Description

class Eog.ThumbNav : Gtk.Box {
  base_instance: GtkBox,
  priv: EogThumbNavPrivate*
}
No description available.

Ancestors

  • GtkBox
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkOrientable

Constructors

eog_thumb_nav_new

Creates a new thumbnail navigation widget.

Instance methods

eog_thumb_nav_get_mode

Gets the navigation mode in nav.

eog_thumb_nav_get_show_buttons

Gets whether the navigation buttons are visible.

eog_thumb_nav_set_mode

Sets the navigation mode in nav. See EogThumbNavMode for details.

eog_thumb_nav_set_show_buttons

Sets whether the navigation buttons to the left and right of the widget should be visible.

Properties

Eog.ThumbNav:mode
No description available.
Eog.ThumbNav:show-buttons
No description available.
Eog.ThumbNav:thumbview
No description available.

Class structure

struct EogThumbNavClass {
  GtkBoxClass parent_class;
  
}
Class members
parent_class
GtkBoxClass
  No description available.