![]() |
![]() |
![]() |
Evince Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
#define EV_TYPE_PAGE_ACTION_WIDGET #define EV_PAGE_ACTION_WIDGET (obj) EvPageActionWidget; EvPageActionWidgetClass; GType ev_page_action_widget_get_type (void
); void ev_page_action_widget_update_links_model (EvPageActionWidget *proxy
,GtkTreeModel *model
); void ev_page_action_widget_set_model (EvPageActionWidget *action_widget
,EvDocumentModel *doc_model
); void ev_page_action_widget_grab_focus (EvPageActionWidget *proxy
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkToolItem +----EvPageActionWidget
EvPageActionWidget implements AtkImplementorIface, GtkBuildable and GtkActivatable.
#define EV_PAGE_ACTION_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PAGE_ACTION_WIDGET, EvPageActionWidget))
|
typedef struct { GtkToolItemClass parent_class; void (* activate_link) (EvPageActionWidget *page_action, EvLink *link); } EvPageActionWidgetClass;
void ev_page_action_widget_update_links_model (EvPageActionWidget *proxy
,GtkTreeModel *model
);
void ev_page_action_widget_set_model (EvPageActionWidget *action_widget
,EvDocumentModel *doc_model
);
void ev_page_action_widget_grab_focus (EvPageActionWidget *proxy
);
"activate-link"
signalvoid user_function (EvPageActionWidget *evpageactionwidget, GObject *arg1, gpointer user_data) : Run Last / Action
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |