Top | ![]() |
![]() |
![]() |
![]() |
void
e_attachment_view_init (EAttachmentView *view
);
e_attachment_view_init
is deprecated and should not be used in newly-written code.
void
e_attachment_view_dispose (EAttachmentView *view
);
e_attachment_view_dispose
is deprecated and should not be used in newly-written code.
void
e_attachment_view_finalize (EAttachmentView *view
);
e_attachment_view_finalize
is deprecated and should not be used in newly-written code.
EAttachmentViewPrivate *
e_attachment_view_get_private (EAttachmentView *view
);
e_attachment_view_get_private
is deprecated and should not be used in newly-written code.
EAttachmentStore *
e_attachment_view_get_store (EAttachmentView *view
);
e_attachment_view_get_store
is deprecated and should not be used in newly-written code.
gboolean
e_attachment_view_get_dragging (EAttachmentView *view
);
e_attachment_view_get_dragging
is deprecated and should not be used in newly-written code.
void e_attachment_view_set_dragging (EAttachmentView *view
,gboolean dragging
);
e_attachment_view_set_dragging
is deprecated and should not be used in newly-written code.
gboolean
e_attachment_view_get_editable (EAttachmentView *view
);
e_attachment_view_get_editable
is deprecated and should not be used in newly-written code.
void e_attachment_view_set_editable (EAttachmentView *view
,gboolean editable
);
e_attachment_view_set_editable
is deprecated and should not be used in newly-written code.
GtkTargetList *
e_attachment_view_get_target_list (EAttachmentView *view
);
e_attachment_view_get_target_list
is deprecated and should not be used in newly-written code.
GdkDragAction
e_attachment_view_get_drag_actions (EAttachmentView *view
);
e_attachment_view_get_drag_actions
is deprecated and should not be used in newly-written code.
void e_attachment_view_add_drag_actions (EAttachmentView *view
,GdkDragAction drag_actions
);
e_attachment_view_add_drag_actions
is deprecated and should not be used in newly-written code.
GList *
e_attachment_view_get_selected_attachments
(EAttachmentView *view
);
e_attachment_view_get_selected_attachments
is deprecated and should not be used in newly-written code.
void e_attachment_view_open_path (EAttachmentView *view
,GtkTreePath *path
,GAppInfo *app_info
);
e_attachment_view_open_path
is deprecated and should not be used in newly-written code.
void e_attachment_view_remove_selected (EAttachmentView *view
,gboolean select_next
);
e_attachment_view_remove_selected
is deprecated and should not be used in newly-written code.
gboolean e_attachment_view_button_press_event (EAttachmentView *view
,GdkEventButton *event
);
e_attachment_view_button_press_event
is deprecated and should not be used in newly-written code.
gboolean e_attachment_view_button_release_event (EAttachmentView *view
,GdkEventButton *event
);
e_attachment_view_button_release_event
is deprecated and should not be used in newly-written code.
gboolean e_attachment_view_motion_notify_event (EAttachmentView *view
,GdkEventMotion *event
);
e_attachment_view_motion_notify_event
is deprecated and should not be used in newly-written code.
gboolean e_attachment_view_key_press_event (EAttachmentView *view
,GdkEventKey *event
);
e_attachment_view_key_press_event
is deprecated and should not be used in newly-written code.
GtkTreePath * e_attachment_view_get_path_at_pos (EAttachmentView *view
,gint x
,gint y
);
e_attachment_view_get_path_at_pos
is deprecated and should not be used in newly-written code.
GList *
e_attachment_view_get_selected_paths (EAttachmentView *view
);
e_attachment_view_get_selected_paths
is deprecated and should not be used in newly-written code.
gboolean e_attachment_view_path_is_selected (EAttachmentView *view
,GtkTreePath *path
);
e_attachment_view_path_is_selected
is deprecated and should not be used in newly-written code.
void e_attachment_view_select_path (EAttachmentView *view
,GtkTreePath *path
);
e_attachment_view_select_path
is deprecated and should not be used in newly-written code.
void e_attachment_view_unselect_path (EAttachmentView *view
,GtkTreePath *path
);
e_attachment_view_unselect_path
is deprecated and should not be used in newly-written code.
void
e_attachment_view_select_all (EAttachmentView *view
);
e_attachment_view_select_all
is deprecated and should not be used in newly-written code.
void
e_attachment_view_unselect_all (EAttachmentView *view
);
e_attachment_view_unselect_all
is deprecated and should not be used in newly-written code.
void e_attachment_view_sync_selection (EAttachmentView *view
,EAttachmentView *target
);
e_attachment_view_sync_selection
is deprecated and should not be used in newly-written code.
void
e_attachment_view_drag_source_set (EAttachmentView *view
);
e_attachment_view_drag_source_set
is deprecated and should not be used in newly-written code.
void
e_attachment_view_drag_source_unset (EAttachmentView *view
);
e_attachment_view_drag_source_unset
is deprecated and should not be used in newly-written code.
void e_attachment_view_drag_begin (EAttachmentView *view
,GdkDragContext *context
);
e_attachment_view_drag_begin
is deprecated and should not be used in newly-written code.
void e_attachment_view_drag_end (EAttachmentView *view
,GdkDragContext *context
);
e_attachment_view_drag_end
is deprecated and should not be used in newly-written code.
void e_attachment_view_drag_data_get (EAttachmentView *view
,GdkDragContext *context
,GtkSelectionData *selection
,guint info
,guint time
);
e_attachment_view_drag_data_get
is deprecated and should not be used in newly-written code.
void
e_attachment_view_drag_dest_set (EAttachmentView *view
);
e_attachment_view_drag_dest_set
is deprecated and should not be used in newly-written code.
void
e_attachment_view_drag_dest_unset (EAttachmentView *view
);
e_attachment_view_drag_dest_unset
is deprecated and should not be used in newly-written code.
gboolean e_attachment_view_drag_motion (EAttachmentView *view
,GdkDragContext *context
,gint x
,gint y
,guint time
);
e_attachment_view_drag_motion
is deprecated and should not be used in newly-written code.
gboolean e_attachment_view_drag_drop (EAttachmentView *view
,GdkDragContext *context
,gint x
,gint y
,guint time
);
e_attachment_view_drag_drop
is deprecated and should not be used in newly-written code.
void e_attachment_view_drag_data_received (EAttachmentView *view
,GdkDragContext *context
,gint x
,gint y
,GtkSelectionData *selection
,guint info
,guint time
);
e_attachment_view_drag_data_received
is deprecated and should not be used in newly-written code.
GtkAction * e_attachment_view_get_action (EAttachmentView *view
,const gchar *action_name
);
e_attachment_view_get_action
is deprecated and should not be used in newly-written code.
GtkActionGroup * e_attachment_view_add_action_group (EAttachmentView *view
,const gchar *group_name
);
e_attachment_view_add_action_group
is deprecated and should not be used in newly-written code.
GtkActionGroup * e_attachment_view_get_action_group (EAttachmentView *view
,const gchar *group_name
);
e_attachment_view_get_action_group
is deprecated and should not be used in newly-written code.
GtkWidget *
e_attachment_view_get_popup_menu (EAttachmentView *view
);
e_attachment_view_get_popup_menu
is deprecated and should not be used in newly-written code.
GtkUIManager *
e_attachment_view_get_ui_manager (EAttachmentView *view
);
e_attachment_view_get_ui_manager
is deprecated and should not be used in newly-written code.