Home
last modified time | relevance | path

Searched refs:xed_window_get_group (Results 1 – 5 of 5) sorted by relevance

/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-window.h80 GtkWindowGroup *xed_window_get_group (XedWindow *window);
H A Dxed-commands-file.c655 wg = xed_window_get_group (window); in save_as_tab_async()
1369 wg = xed_window_get_group (window); in _xed_cmd_file_revert()
H A Dxed-close-confirmation-dialog.c344 gtk_window_group_add_window (xed_window_get_group (XED_WINDOW (parent)), GTK_WINDOW (dlg)); in xed_close_confirmation_dialog_new()
H A Dxed-window.c3885 xed_window_get_group (XedWindow *window) in xed_window_get_group() function
/dports/editors/xed/xed-3.2.0/plugins/spell/
H A Dxed-spell-plugin.c431 window_group = xed_window_get_group (priv->window); in set_language_cb()