Home
last modified time | relevance | path

Searched refs:GeditMultiNotebook (Results 1 – 6 of 6) sorted by relevance

/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-multi-notebook.h42 typedef struct _GeditMultiNotebook GeditMultiNotebook; typedef
58 void (* notebook_added) (GeditMultiNotebook *mnb,
60 void (* notebook_removed) (GeditMultiNotebook *mnb,
62 void (* tab_added) (GeditMultiNotebook *mnb,
65 void (* tab_removed) (GeditMultiNotebook *mnb,
68 void (* switch_tab) (GeditMultiNotebook *mnb,
73 void (* tab_close_request) (GeditMultiNotebook *mnb,
76 GtkNotebook * (* create_window) (GeditMultiNotebook *mnb,
81 void (* page_reordered) (GeditMultiNotebook *mnb);
82 void (* show_popup_menu) (GeditMultiNotebook *mnb,
[all …]
H A Dgedit-multi-notebook.c282 GeditMultiNotebook *mnb) in notebook_tab_close_request()
293 GeditMultiNotebook *mnb) in notebook_create_window()
307 GeditMultiNotebook *mnb) in notebook_page_reordered()
314 set_active_tab (GeditMultiNotebook *mnb, in set_active_tab()
325 GeditMultiNotebook *mnb) in notebook_page_removed()
357 GeditMultiNotebook *mnb) in notebook_page_added()
372 GeditMultiNotebook *mnb) in notebook_switch_page()
402 GeditMultiNotebook *mnb) in notebook_set_focus()
538 add_notebook (GeditMultiNotebook *mnb, in add_notebook()
596 remove_notebook (GeditMultiNotebook *mnb, in remove_notebook()
[all …]
H A Dgedit-notebook-popup-menu.c104 GeditMultiNotebook *mnb; in update_sensitivity()
188 GeditMultiNotebook *mnb; in on_move_left_activate()
211 GeditMultiNotebook *mnb; in on_move_right_activate()
H A Dgedit-window-private.h41 GeditMultiNotebook *multi_notebook;
H A Dgedit-documents-panel.c104 GeditMultiNotebook *mnb;
357 multi_notebook_tab_switched (GeditMultiNotebook *mnb, in multi_notebook_tab_switched()
388 GeditMultiNotebook *mnb; in group_row_set_notebook_name()
591 multi_notebook_tab_removed (GeditMultiNotebook *mnb, in multi_notebook_tab_removed()
641 multi_notebook_tab_added (GeditMultiNotebook *mnb, in multi_notebook_tab_added()
676 multi_notebook_notebook_removed (GeditMultiNotebook *mnb, in multi_notebook_notebook_removed()
715 multi_notebook_tabs_reordered (GeditMultiNotebook *mnb, in multi_notebook_tabs_reordered()
H A Dgedit-window.c1362 tab_switched (GeditMultiNotebook *mnb, in tab_switched()
1847 on_tab_added (GeditMultiNotebook *multi, in on_tab_added()
1957 on_tab_removed (GeditMultiNotebook *multi, in on_tab_removed()
2063 on_page_reordered (GeditMultiNotebook *multi, in on_page_reordered()
2075 on_notebook_create_window (GeditMultiNotebook *mnb, in on_notebook_create_window()
2096 on_tab_close_request (GeditMultiNotebook *multi, in on_tab_close_request()
2107 on_show_popup_menu (GeditMultiNotebook *multi, in on_show_popup_menu()
2131 on_notebook_changed (GeditMultiNotebook *mnb, in on_notebook_changed()
2139 on_notebook_removed (GeditMultiNotebook *mnb, in on_notebook_removed()