EvSidebarThumbnails

EvSidebarThumbnails

Functions

GtkWidget * ev_sidebar_thumbnails_new ()

Signals

void size-changed Action

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── EvSidebarThumbnails

Implemented Interfaces

EvSidebarThumbnails implements AtkImplementorIface, GtkBuildable, GtkOrientable and EvSidebarPage.

Description

Functions

ev_sidebar_thumbnails_new ()

GtkWidget *
ev_sidebar_thumbnails_new (void);

Types and Values

struct EvSidebarThumbnails

struct EvSidebarThumbnails;

struct EvSidebarThumbnailsClass

struct EvSidebarThumbnailsClass {
	GtkBoxClass base_class;

	void    (* size_changed)     (EvSidebarThumbnails *sidebar_thumbnails,
	                              gint                 new_size);
};

EvSidebarThumbnailsPrivate

typedef struct _EvSidebarThumbnailsPrivate EvSidebarThumbnailsPrivate;

Signal Details

The “size-changed” signal

void
user_function (EvSidebarThumbnails *evsidebarthumbnails,
               gpointer             arg1,
               gpointer             user_data)

Flags: Action