Constructor

EogThumbNavnew

Declaration [src]

GtkWidget*
eog_thumb_nav_new (
  GtkWidget* thumbview,
  EogThumbNavMode mode,
  gboolean show_buttons
)

Description [src]

Creates a new thumbnail navigation widget.

Parameters

thumbview GtkWidget
 

An EogThumbView to embed in the navigation widget.

 The data is owned by the caller of the function.
mode EogThumbNavMode
 

The navigation mode.

show_buttons gboolean
 

Whether to show the navigation buttons.

Return value

Returns: GtkWidget
 

A new EogThumbNav object.

 The data is owned by the called function.