Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk.c2205 GtkWidget *actionarea; in find_replace_dialog_create() local
2484 actionarea = gtk_button_box_new(GTK_ORIENTATION_VERTICAL); in find_replace_dialog_create()
2486 actionarea = gtk_vbutton_box_new(); in find_replace_dialog_create()
2488 gtk_container_set_border_width(GTK_CONTAINER(actionarea), 2); in find_replace_dialog_create()
2489 gtk_box_pack_end(GTK_BOX(hbox), actionarea, FALSE, FALSE, 0); in find_replace_dialog_create()
2505 gtk_box_pack_start(GTK_BOX(actionarea), frdp->find, FALSE, FALSE, 0); in find_replace_dialog_create()
2518 gtk_box_pack_start(GTK_BOX(actionarea), frdp->replace, FALSE, FALSE, 0); in find_replace_dialog_create()
2531 gtk_box_pack_start(GTK_BOX(actionarea), frdp->all, FALSE, FALSE, 0); in find_replace_dialog_create()
2544 gtk_box_pack_end(GTK_BOX(actionarea), tmp, FALSE, FALSE, 0); in find_replace_dialog_create()