EvSidebarLinks

EvSidebarLinks

Functions

Properties

CtkTreeModel * model Read / Write

Signals

void link-activated Action

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkContainer
                ╰── CtkBox
                    ╰── EvSidebarLinks

Implemented Interfaces

EvSidebarLinks implements AtkImplementorIface, CtkBuildable, CtkOrientable and EvSidebarPage.

Description

Functions

ev_sidebar_links_new ()

CtkWidget *
ev_sidebar_links_new (void);

Types and Values

struct EvSidebarLinks

struct EvSidebarLinks;

struct EvSidebarLinksClass

struct EvSidebarLinksClass {
	CtkBoxClass base_class;

	void    (* link_activated) (EvSidebarLinks *sidebar_links,
				    EvLink         *link);
};

EvSidebarLinksPrivate

typedef struct _EvSidebarLinksPrivate EvSidebarLinksPrivate;

Property Details

The “model” property

  “model”                    CtkTreeModel *

Current Model.

Owner: EvSidebarLinks

Flags: Read / Write

Signal Details

The “link-activated” signal

void
user_function (EvSidebarLinks *evsidebarlinks,
               GObject        *arg1,
               gpointer        user_data)

Flags: Action