Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c383 static const char *role_argument = NULL; variable
531 role_argument = value; // used later in gui_mch_open() in gui_mch_prepare()
4180 if (role_argument != NULL) in gui_mch_open()
4182 gtk_window_set_role(GTK_WINDOW(gui.mainwin), role_argument); in gui_mch_open()