| Evince Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
Synopsis
EvSidebarLinks;
EvSidebarLinksClass;
EvSidebarLinksPrivate;
GtkWidget * ev_sidebar_links_new (void);
Object Hierarchy
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----EvSidebarLinks
Implemented Interfaces
EvSidebarLinks implements AtkImplementorIface, GtkBuildable, GtkOrientable and EvSidebarPage.
Details
EvSidebarLinksClass
typedef struct {
GtkVBoxClass base_class;
void (* link_activated) (EvSidebarLinks *sidebar_links,
EvLink *link);
} EvSidebarLinksClass;
Signal Details
The "link-activated" signal
void user_function (EvSidebarLinks *evsidebarlinks, GObject *arg1, gpointer user_data) : Run Last / Action
