Home
last modified time | relevance | path

Searched refs:WIN_CONFIG (Results 1 – 11 of 11) sorted by relevance

/dports/net-im/profanity/profanity-0.11.1/tests/unittests/
H A Dtest_cmd_pgp.c93 cmd_pgp_start_shows_message_when_no_arg_in_wintype(WIN_CONFIG); in cmd_pgp_start_shows_message_when_no_arg_in_conf()
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dwindow.c81 win_window_new(wi, WIN_CONFIG, WIN_TYPE_COMPLEX_DIALOG, TRUE, _("Configure gentoo"), "config"); in win_wininfo_new_default()
82 win_window_pos_use_set(wi, WIN_CONFIG, FALSE); in win_wininfo_new_default()
83 win_window_size_set(wi, WIN_CONFIG, -1, 464); in win_wininfo_new_default()
84 win_window_size_use_set(wi, WIN_CONFIG, TRUE); in win_wininfo_new_default()
85 win_window_size_update_set(wi, WIN_CONFIG, TRUE); in win_wininfo_new_default()
H A Dwindow.h19 WIN_CONFIG, /* The window used by the Configure command. */ enumerator
H A Dconfigure.c192 win_window_relink(cgu->min->cfg.wininfo, WIN_CONFIG, cgu->dlg); in hide_config()
356 cgu->dlg = win_window_open(min->cfg.wininfo, WIN_CONFIG); in cfg_configure()
/dports/net-im/profanity/profanity-0.11.1/src/ui/
H A Dwin_types.h140 WIN_CONFIG, enumerator
H A Dcore.c641 if (window->type == WIN_CONFIG) { in ui_win_has_unsaved_form()
661 if (old_current->type == WIN_CONFIG) { in ui_focus_win()
665 if (window->type == WIN_CONFIG) { in ui_focus_win()
714 if (window && window->type == WIN_CONFIG) { in ui_close_win()
H A Dwindow.c227 new_win->window.type = WIN_CONFIG; in win_create_config()
328 if (window->type == WIN_CONFIG) { in win_get_title()
377 case WIN_CONFIG: in win_get_tab_identifier()
422 case WIN_CONFIG: in win_to_string()
535 case WIN_CONFIG: in win_free()
1505 case WIN_CONFIG: in _win_print_internal()
H A Dwindow_list.c157 if (window->type == WIN_CONFIG) { in wins_get_conf()
593 case WIN_CONFIG: in wins_close_by_num()
830 …if (win_unread(window) == 0 && window->type != WIN_MUC && window->type != WIN_CONFIG && window->ty… in wins_get_prune_wins()
H A Dstatusbar.c596 } else if (tab->window_type == WIN_CONFIG) { in _display_name()
/dports/net-im/profanity/profanity-0.11.1/src/command/
H A Dcmd_ac.c1395 if (window->type == WIN_CONFIG) { in cmd_ac_reset()
2894 if (window->type != WIN_CONFIG) { in _form_autocomplete()
2920 if (window->type != WIN_CONFIG) { in _form_field_autocomplete()
H A Dcmd_funcs.c3724 if (window->type != WIN_CONFIG) { in cmd_form_field()
3949 if (window->type != WIN_CONFIG) { in cmd_form()
8270 if (g_str_has_prefix(command, "/field") && window->type == WIN_CONFIG) { in _cmd_execute()