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