Home
last modified time | relevance | path

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

/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-notebook.h64 typedef struct _XedNotebook XedNotebook; typedef
84 void (* tab_added) (XedNotebook *notebook,
86 void (* tab_removed) (XedNotebook *notebook,
92 (XedNotebook *notebook,
103 void xed_notebook_add_tab (XedNotebook *nb,
108 void xed_notebook_remove_tab (XedNotebook *nb,
120 XedNotebook *dest,
125 (XedNotebook *nb,
129 (XedNotebook *nb);
132 (XedNotebook *nb,
[all …]
H A Dxed-notebook.c181 static XedNotebook *
222 XedNotebook *nb_at_pointer; in is_in_notebook_window()
336 xed_notebook_move_tab (XedNotebook *src, in xed_notebook_move_tab()
390 drag_start (XedNotebook *notebook, in drag_start()
418 drag_stop (XedNotebook *notebook) in drag_stop()
437 move_current_tab (XedNotebook *notebook, in move_current_tab()
458 XedNotebook *dest; in motion_notify_cb()
796 create_tab_label (XedNotebook *nb, in create_tab_label()
823 remove_tab_label (XedNotebook *nb, in remove_tab_label()
845 xed_notebook_add_tab (XedNotebook *nb, in xed_notebook_add_tab()
[all …]
H A Dxed-commands-documents.c69 XedNotebook *old_notebook; in _xed_cmd_documents_move_to_new_window()
H A Dxed-settings.c316 XedNotebook *notebook; in on_enable_tab_scrolling_changed()
H A Dxed-window.c2802 notebook_tab_added (XedNotebook *notebook, in notebook_tab_added()
2848 notebook_tab_removed (XedNotebook *notebook, in notebook_tab_removed()
2946 notebook_tabs_reordered (XedNotebook *notebook, in notebook_tabs_reordered()
2955 notebook_tab_detached (XedNotebook *notebook, in notebook_tab_detached()
2971 notebook_tab_close_request (XedNotebook *notebook, in notebook_tab_close_request()
H A Dxed-tab.c553 XedNotebook *notebook; in remove_tab()