Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_athena.c46 Widget textArea = (Widget)0; variable
427 textArea = NULL; in gui_x11_destroy_widgets()
596 XtVaSetValues(textArea, in gui_mch_set_text_area_pos()
602 XtManageChild(textArea); in gui_mch_set_text_area_pos()
626 if (textArea != NULL) in gui_x11_set_back_color()
627 XtVaSetValues(textArea, in gui_x11_set_back_color()
656 XtVaSetValues(textArea, in gui_mch_enable_menu()
1337 XtVaSetValues(textArea, in gui_mch_show_toolbar()
1346 XtVaSetValues(textArea, in gui_mch_show_toolbar()
1358 XtVaSetValues(textArea, in gui_mch_show_toolbar()
[all …]
H A Dgui_motif.c68 Widget textArea; variable
564 textArea = XtVaCreateManagedWidget("textArea", in gui_x11_create_widgets()
604 gui_x11_callbacks(textArea, vimForm); in gui_x11_create_widgets()
616 textArea = NULL; in gui_x11_destroy_widgets()
638 if (textArea != NULL) in gui_x11_set_back_color()
640 XmChangeColor(textArea, gui.back_pixel); in gui_x11_set_back_color()
642 XtVaSetValues(textArea, in gui_x11_set_back_color()
1790 XtSetValues(textArea, args, n); in gui_mch_enable_scrollbar()
1813 XtSetValues(textArea, args, n); in gui_mch_enable_scrollbar()
1921 return(XtWindow(textArea)); in gui_x11_get_wid()
[all …]
H A Dgui_x11.c3099 gui_x11_callbacks(Widget textArea, Widget vimForm) in gui_x11_callbacks() argument
3101 XtAddEventHandler(textArea, VisibilityChangeMask, FALSE, in gui_x11_callbacks()
3104 XtAddEventHandler(textArea, ExposureMask, FALSE, gui_x11_expose_cb, in gui_x11_callbacks()
3120 XtAddEventHandler(textArea, LeaveWindowMask, FALSE, gui_x11_leave_cb, in gui_x11_callbacks()
3122 XtAddEventHandler(textArea, EnterWindowMask, FALSE, gui_x11_enter_cb, in gui_x11_callbacks()
3130 XtAddEventHandler(textArea, KeyPressMask, FALSE, gui_x11_key_hit_cb, in gui_x11_callbacks()
3136 XtAddEventHandler(textArea, ButtonPressMask | ButtonReleaseMask | in gui_x11_callbacks()
H A Dgui_haiku.cc212 VimTextAreaView *textArea; member in VimFormView
990 textArea(NULL) in VimFormView()
1014 if (textArea) { in ~VimFormView()
1015 RemoveChild(textArea); in ~VimFormView()
1016 delete textArea; in ~VimFormView()
1042 textArea = new VimTextAreaView(remaining); in init()
1043 AddChild(textArea); in init()
1075 if (menuBar && textArea) { in AllAttached()
1103 textArea->ResizeTo(remaining.Width(), remaining.Height()); in AllAttached()
1104 textArea->MoveTo(remaining.left, remaining.top); in AllAttached()
H A Dgui.c796 extern Widget textArea; in gui_init()
797 balloonEval = gui_mch_create_beval_area(textArea, NULL, in gui_init()
/vim-8.2.3635/src/proto/
H A Dgui_x11.pro63 void gui_x11_callbacks(Widget textArea, Widget vimForm);