/dports/editors/xed/xed-3.2.0/xed/ |
H A D | xed-tab.h | 66 typedef struct _XedTab XedTab; typedef 86 XedView *xed_tab_get_view (XedTab *tab); 92 XedTabState xed_tab_get_state (XedTab *tab); 102 void xed_tab_set_info_bar (XedTab *tab, 120 gchar *_xed_tab_get_name (XedTab *tab); 122 gchar *_xed_tab_get_tooltips (XedTab *tab); 124 GdkPixbuf *_xed_tab_get_icon (XedTab *tab); 137 void _xed_tab_revert (XedTab *tab); 157 void _xed_tab_print_preview (XedTab *tab); 158 void _xed_tab_mark_for_closing (XedTab *tab); [all …]
|
H A D | xed-window.h | 47 void (* tab_added) (XedWindow *window, XedTab *tab); 48 void (* tab_removed) (XedWindow *window, XedTab *tab); 50 void (* active_tab_changed) (XedWindow *window, XedTab *tab); 56 XedTab *xed_window_create_tab (XedWindow *window, gboolean jump_to); 57 XedTab *xed_window_create_tab_from_location (XedWindow *window, GFile *location, const GtkSourceEnc… 59 XedTab *xed_window_create_tab_from_stream (XedWindow *window, GInputStream *stream, const GtkSource… 61 void xed_window_close_tab (XedWindow *window, XedTab *tab); 64 XedTab *xed_window_get_active_tab (XedWindow *window); 65 void xed_window_set_active_tab (XedWindow *window, XedTab *tab); 87 XedTab *xed_window_get_tab_from_location (XedWindow *window, GFile *location); [all …]
|
H A D | xed-notebook.h | 85 XedTab *tab); 87 XedTab *tab); 89 XedTab *tab); 93 XedTab *tab); 104 XedTab *tab, 109 XedTab *tab); 116 XedTab *tab, 121 XedTab *tab,
|
H A D | xed-tab.c | 133 static void save (XedTab *tab); 259 clear_loading (XedTab *tab) in clear_loading() 525 set_info_bar (XedTab *tab, in set_info_bar() 551 remove_tab (XedTab *tab) in remove_tab() 1160 xed_tab_init (XedTab *tab) in xed_tab_init() 1232 XedTab *tab; in _xed_tab_new_from_location() 1560 XedTab * 1606 goto_line (XedTab *tab) in goto_line() 2223 save (XedTab *tab) in save() 2478 get_page_setup (XedTab *tab) in get_page_setup() [all …]
|
H A D | xed-commands-file.c | 68 static XedTab * 121 XedTab *tab; in load_file_list() 531 XedTab *tab; in save_dialog_response_cb() 771 XedTab *tab; in xed_commands_save_document_async() 860 XedTab *tab; in _xed_cmd_file_save() 883 XedTab *tab; in _xed_cmd_file_save_as() 1176 XedTab *tab; in xed_commands_save_document() 1215 XedTab *tab; in revert_dialog_response_cb() 1344 XedTab *tab; in _xed_cmd_file_revert() 1537 XedTab *tab; in save_and_close_document() [all …]
|
H A D | xed-tab-label.c | 45 XedTab *tab; 114 sync_tip (XedTab *tab, in sync_tip() 127 sync_name (XedTab *tab, in sync_name() 145 sync_state (XedTab *tab, in sync_state() 335 XedTab * 344 xed_tab_label_new (XedTab *tab) in xed_tab_label_new()
|
H A D | xed-notebook.c | 338 XedTab *tab, in xed_notebook_move_tab() 366 XedTab *tab, in xed_notebook_reorder_tab() 506 XedTab *tab; in move_current_tab_to_another_notebook() 789 XedTab *tab; in close_button_clicked_cb() 797 XedTab *tab) in create_tab_label() 812 get_tab_label (XedTab *tab) in get_tab_label() 824 XedTab *tab) in remove_tab_label() 846 XedTab *tab, in xed_notebook_add_tab() 902 remove_tab (XedTab *tab, in remove_tab() 931 XedTab *tab) in xed_notebook_remove_tab() [all …]
|
H A D | xed-documents-panel.c | 68 tab_get_name (XedTab *tab) in tab_get_name() 115 XedTab *tab, in get_iter_from_tab() 132 XedTab *tab, in window_active_tab_changed() 162 XedTab *active_tab; in refresh_list() 220 sync_name_and_icon (XedTab *tab, in sync_name_and_icon() 248 XedTab *tab, in window_tab_removed() 265 XedTab *tab, in window_tab_added() 286 XedTab *active_tab; in window_tab_added() 567 XedTab *tab; in treeview_row_inserted()
|
H A D | xed-commands-file-print.c | 46 XedTab *tab; in _xed_cmd_file_print_preview() 61 XedTab *tab; in _xed_cmd_file_print()
|
H A D | xed-tab-label.h | 57 GtkWidget *xed_tab_label_new (XedTab *tab); 59 XedTab *xed_tab_label_get_tab (XedTabLabel *tab_label);
|
H A D | xed-window.c | 137 XedTab *tab; in on_key_pressed() 542 XedTab *tab; in update_next_prev_doc_sensitivity_per_window() 2102 XedTab *tab; in notebook_switch_page() 2725 XedTab *tab; in selection_changed() 3576 XedTab * 3580 XedTab *tab; in xed_window_create_tab() 3597 static XedTab * 3635 XedTab * 3663 XedTab * 3688 XedTab * [all …]
|
H A D | xed-commands-documents.c | 70 XedTab *tab; in _xed_cmd_documents_move_to_new_window()
|
H A D | xed-commands-search.c | 69 XedTab *active_tab; in _xed_cmd_search_goto_line()
|
H A D | xed-window-private.h | 109 XedTab *active_tab;
|
H A D | xed-settings.c | 253 XedTab *tab = xed_tab_get_from_document (XED_DOCUMENT (l->data)); in on_auto_save_changed() 275 XedTab *tab = xed_tab_get_from_document (XED_DOCUMENT (l->data)); in on_auto_save_interval_changed()
|
H A D | xed-commands.h | 75 void _xed_cmd_file_close_tab (XedTab *tab, XedWindow *window);
|
H A D | xed-commands-view.c | 172 XedTab *tab; in _xed_cmd_view_toggle_overview_map()
|
H A D | xed-app.c | 444 XedTab *tab) in set_command_line_wait() 456 XedTab *tab = xed_tab_get_from_document (doc); in set_command_line_wait_doc() 473 XedTab *tab; in open_files()
|
/dports/editors/xed/xed-3.2.0/plugins/spell/ |
H A D | xed-spell-plugin.c | 494 XedTab *tab; in update_ui() 608 XedTab *tab; in on_document_loaded() 636 XedTab *tab; in on_document_saved() 753 XedTab *tab, in tab_added_cb() 761 XedTab *tab, in tab_removed_cb()
|
/dports/editors/xed/xed-3.2.0/plugins/trailsave/ |
H A D | xed-trail-save-plugin.c | 151 XedTab *tab, in on_tab_added() 163 XedTab *tab, in on_tab_removed()
|
/dports/editors/xed/xed-3.2.0/plugins/filebrowser/ |
H A D | xed-file-browser-plugin.c | 90 XedTab *tab, 876 XedTab *tab, in on_tab_added_cb()
|