EvPageAction

EvPageAction

Functions

Properties

GtkTreeModel * model Read / Write

Signals

void activate-link Action

Types and Values

Object Hierarchy

    GObject
    ╰── GtkAction
        ╰── EvPageAction

Implemented Interfaces

EvPageAction implements GtkBuildable.

Description

Functions

ev_page_action_set_model ()

void
ev_page_action_set_model (EvPageAction *page_action,
                          EvDocumentModel *model);

ev_page_action_set_links_model ()

void
ev_page_action_set_links_model (EvPageAction *page_action,
                                GtkTreeModel *links_model);

ev_page_action_grab_focus ()

void
ev_page_action_grab_focus (EvPageAction *page_action);

Types and Values

struct EvPageAction

struct EvPageAction;

EvPageActionPrivate

typedef struct _EvPageActionPrivate EvPageActionPrivate;

struct EvPageActionClass

struct EvPageActionClass {
	GtkActionClass parent_class;

	void     (* activate_link) (EvPageAction *page_action,
			            EvLink       *link);
};

Property Details

The “model” property

  “model”                    GtkTreeModel *

Current Links Model.

Owner: EvPageAction

Flags: Read / Write

Signal Details

The “activate-link” signal

void
user_function (EvPageAction *evpageaction,
               GObject      *arg1,
               gpointer      user_data)

Flags: Action