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