EFocusTracker

EFocusTracker

Functions

Description

Functions

e_focus_tracker_new ()

EFocusTracker *
e_focus_tracker_new (GtkWindow *window);

e_focus_tracker_new is deprecated and should not be used in newly-written code.


e_focus_tracker_get_focus ()

GtkWidget *
e_focus_tracker_get_focus (EFocusTracker *focus_tracker);

e_focus_tracker_get_focus is deprecated and should not be used in newly-written code.


e_focus_tracker_get_window ()

GtkWindow *
e_focus_tracker_get_window (EFocusTracker *focus_tracker);

e_focus_tracker_get_window is deprecated and should not be used in newly-written code.


e_focus_tracker_get_cut_clipboard_action ()

GtkAction *
e_focus_tracker_get_cut_clipboard_action
                               (EFocusTracker *focus_tracker);

e_focus_tracker_get_cut_clipboard_action is deprecated and should not be used in newly-written code.


e_focus_tracker_set_cut_clipboard_action ()

void
e_focus_tracker_set_cut_clipboard_action
                               (EFocusTracker *focus_tracker,
                                GtkAction *cut_clipboard);

e_focus_tracker_set_cut_clipboard_action is deprecated and should not be used in newly-written code.


e_focus_tracker_get_copy_clipboard_action ()

GtkAction *
e_focus_tracker_get_copy_clipboard_action
                               (EFocusTracker *focus_tracker);

e_focus_tracker_get_copy_clipboard_action is deprecated and should not be used in newly-written code.


e_focus_tracker_set_copy_clipboard_action ()

void
e_focus_tracker_set_copy_clipboard_action
                               (EFocusTracker *focus_tracker,
                                GtkAction *copy_clipboard);

e_focus_tracker_set_copy_clipboard_action is deprecated and should not be used in newly-written code.


e_focus_tracker_get_paste_clipboard_action ()

GtkAction *
e_focus_tracker_get_paste_clipboard_action
                               (EFocusTracker *focus_tracker);

e_focus_tracker_get_paste_clipboard_action is deprecated and should not be used in newly-written code.


e_focus_tracker_set_paste_clipboard_action ()

void
e_focus_tracker_set_paste_clipboard_action
                               (EFocusTracker *focus_tracker,
                                GtkAction *paste_clipboard);

e_focus_tracker_set_paste_clipboard_action is deprecated and should not be used in newly-written code.


e_focus_tracker_get_delete_selection_action ()

GtkAction *
e_focus_tracker_get_delete_selection_action
                               (EFocusTracker *focus_tracker);

e_focus_tracker_get_delete_selection_action is deprecated and should not be used in newly-written code.


e_focus_tracker_set_delete_selection_action ()

void
e_focus_tracker_set_delete_selection_action
                               (EFocusTracker *focus_tracker,
                                GtkAction *delete_selection);

e_focus_tracker_set_delete_selection_action is deprecated and should not be used in newly-written code.


e_focus_tracker_get_select_all_action ()

GtkAction *
e_focus_tracker_get_select_all_action (EFocusTracker *focus_tracker);

e_focus_tracker_get_select_all_action is deprecated and should not be used in newly-written code.


e_focus_tracker_set_select_all_action ()

void
e_focus_tracker_set_select_all_action (EFocusTracker *focus_tracker,
                                       GtkAction *select_all);

e_focus_tracker_set_select_all_action is deprecated and should not be used in newly-written code.


e_focus_tracker_get_undo_action ()

GtkAction *
e_focus_tracker_get_undo_action (EFocusTracker *focus_tracker);

e_focus_tracker_get_undo_action is deprecated and should not be used in newly-written code.


e_focus_tracker_set_undo_action ()

void
e_focus_tracker_set_undo_action (EFocusTracker *focus_tracker,
                                 GtkAction *undo);

e_focus_tracker_set_undo_action is deprecated and should not be used in newly-written code.


e_focus_tracker_get_redo_action ()

GtkAction *
e_focus_tracker_get_redo_action (EFocusTracker *focus_tracker);

e_focus_tracker_get_redo_action is deprecated and should not be used in newly-written code.


e_focus_tracker_set_redo_action ()

void
e_focus_tracker_set_redo_action (EFocusTracker *focus_tracker,
                                 GtkAction *redo);

e_focus_tracker_set_redo_action is deprecated and should not be used in newly-written code.


e_focus_tracker_update_actions ()

void
e_focus_tracker_update_actions (EFocusTracker *focus_tracker);

e_focus_tracker_update_actions is deprecated and should not be used in newly-written code.


e_focus_tracker_cut_clipboard ()

void
e_focus_tracker_cut_clipboard (EFocusTracker *focus_tracker);

e_focus_tracker_cut_clipboard is deprecated and should not be used in newly-written code.


e_focus_tracker_copy_clipboard ()

void
e_focus_tracker_copy_clipboard (EFocusTracker *focus_tracker);

e_focus_tracker_copy_clipboard is deprecated and should not be used in newly-written code.


e_focus_tracker_paste_clipboard ()

void
e_focus_tracker_paste_clipboard (EFocusTracker *focus_tracker);

e_focus_tracker_paste_clipboard is deprecated and should not be used in newly-written code.


e_focus_tracker_delete_selection ()

void
e_focus_tracker_delete_selection (EFocusTracker *focus_tracker);

e_focus_tracker_delete_selection is deprecated and should not be used in newly-written code.


e_focus_tracker_select_all ()

void
e_focus_tracker_select_all (EFocusTracker *focus_tracker);

e_focus_tracker_select_all is deprecated and should not be used in newly-written code.


e_focus_tracker_undo ()

void
e_focus_tracker_undo (EFocusTracker *focus_tracker);

e_focus_tracker_undo is deprecated and should not be used in newly-written code.


e_focus_tracker_redo ()

void
e_focus_tracker_redo (EFocusTracker *focus_tracker);

e_focus_tracker_redo is deprecated and should not be used in newly-written code.

Types and Values