Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_motif.c642 XtVaSetValues(textArea, in gui_x11_set_back_color()
781 XtVaSetValues(tabLine, in gui_mch_enable_menu()
803 XtVaSetValues(tabLine, in gui_mch_enable_menu()
832 XtVaSetValues(tabLine, in gui_mch_enable_menu()
854 XtVaSetValues(tabLine, in gui_mch_enable_menu()
991 XtVaSetValues(menuBar, in gui_mch_add_menu()
1707 XtVaSetValues(sb->id, in gui_mch_set_scrollbar_thumb()
2207 XtVaSetValues(w, in set_predefined_label()
2490 XtVaSetValues(label, in create_pixmap_label()
2799 XtVaSetValues(form, in gui_mch_dialog()
[all …]
H A Dgui_athena.c578 XtVaSetValues(toolBar, in gui_mch_set_toolbar_pos()
596 XtVaSetValues(textArea, in gui_mch_set_text_area_pos()
627 XtVaSetValues(textArea, in gui_x11_set_back_color()
653 XtVaSetValues(toolBar, in gui_mch_enable_menu()
656 XtVaSetValues(textArea, in gui_mch_enable_menu()
668 XtVaSetValues(toolBar, in gui_mch_enable_menu()
692 XtVaSetValues(menuBar, in gui_mch_set_menu_pos()
1340 XtVaSetValues(toolBar, in gui_mch_show_toolbar()
1349 XtVaSetValues(toolBar, in gui_mch_show_toolbar()
1883 XtVaSetValues(sb->id, in gui_mch_set_scrollbar_pos()
[all …]
H A Dgui_xmdlg.c71 XtVaSetValues(shell, XmNdeleteResponse, XmDO_NOTHING, NULL); in add_cancel_action()
452 XtVaSetValues(children[i], in fill_lists()
490 XtVaSetValues(data->encoding_menu, in fill_lists()
1097 XtVaSetValues(name, XmNuserData, data->list[NAME], NULL); in gui_xm_select_font()
1130 XtVaSetValues(name, XmNuserData, data->list[STYLE], NULL); in gui_xm_select_font()
1162 XtVaSetValues(name, XmNuserData, data->list[SIZE], NULL); in gui_xm_select_font()
1165 XtVaSetValues(form, XmNcancelButton, data->cancel, NULL); in gui_xm_select_font()
H A Dgui_at_fs.c2179 XtVaSetValues(selFileForm, XtNbackground, bg, in SFsetColors()
2191 XtVaSetValues(selFileLists[i], XtNbackground, bg, in SFsetColors()
2200 XtVaSetValues(selFileOK, XtNbackground, bg, in SFsetColors()
2207 XtVaSetValues(selFileCancel, XtNbackground, bg, in SFsetColors()
2214 XtVaSetValues(selFilePrompt, XtNbackground, bg, in SFsetColors()
2230 XtVaSetValues(selFileHScroll, XtNbackground, scroll_bg, in SFsetColors()
2240 XtVaSetValues(selFileVScrolls[i], XtNbackground, scroll_bg, in SFsetColors()
2244 XtVaSetValues(selFileHScrolls[i], XtNbackground, scroll_bg, in SFsetColors()
2692 XtVaSetValues(selFilePrompt, XtNlabel, prompt, NULL); in vim_SelFile()
2693 XtVaSetValues(selFile, XtNtitle, prompt, NULL); in vim_SelFile()
[all …]
H A Dgui_beval.c1102 XtVaSetValues(beval->balloonLabel, XmNlabelString, s, NULL); in drawBalloon()
1117 XtVaSetValues(beval->balloonLabel, XtNlabel, beval->msg, NULL); in drawBalloon()
1128 XtVaSetValues(beval->balloonShell, in drawBalloon()
1134 XtVaSetValues(beval->balloonShell, in drawBalloon()
H A Dgui_x11.c1362 XtVaSetValues(vimShell, XtNgeometry, gui.geom, NULL); in gui_mch_init()
1442 XtVaSetValues(vimShell, XtNcolormap, cmap, NULL); in gui_mch_init()
1458 XtVaSetValues(vimShell, XtNiconPixmap, icon, XtNiconMask, icon_mask, NULL); in gui_mch_init()
1460 XtVaSetValues(vimShell, XmNiconPixmap, icon, XmNiconMask, icon_mask, NULL); in gui_mch_init()
1689 XtVaSetValues(vimShell, in gui_mch_set_winpos()
1708 XtVaSetValues(vimShell, in gui_mch_set_shellsize()
H A Dgui_gtk_vms.h616 #define XtVaSetValues XTVASETVALUES macro
H A Dgui_xmebw.c1029 XtVaSetValues((Widget) eb, XmNlabelString, str, NULL); in Initialize()