Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_photon.c820 PtGiveFocus(gui.vimTextArea, NULL); in gui_ph_handle_menu_unrealized()
895 if (gui.vimTextArea == NULL || buf_num == 0) in gui_ph_pg_set_buffer_num()
1197 if (gui.vimTextArea == NULL) in gui_mch_init()
1202 PtAddEventHandler(gui.vimTextArea, in gui_mch_init()
1205 PtAddEventHandler(gui.vimTextArea, Ph_EV_KEY, in gui_mch_init()
1207 PtAddCallback(gui.vimTextArea, Pt_CB_GOT_FOCUS, in gui_mch_init()
1209 PtAddCallback(gui.vimTextArea, Pt_CB_LOST_FOCUS, in gui_mch_init()
1914 PtSetResource(gui.vimTextArea, Pt_ARG_CURSOR_TYPE, in gui_mch_mousehide()
1930 PtGetAbsPosition(gui.vimTextArea , &ix, &iy); in gui_mch_getmouse()
1941 PtGetAbsPosition(gui.vimTextArea, &abs_x, &abs_y); in gui_mch_setmouse()
[all …]
H A Dgui_haiku.cc957 if (active && gui.vimTextArea) in WindowActivated()
1164 gui.vimTextArea = NULL; in ~VimTextAreaView()
1171 gui.vimTextArea = this; in init()
3562 if (!gui.vimTextArea) in gui_mch_set_text_area_pos()
3566 gui.vimTextArea->MoveTo(x, y); in gui_mch_set_text_area_pos()
3946 gui.vimTextArea->SetFont(vf); in gui_mch_set_font()
4148 gui.vimTextArea->Sync(); in gui_mch_flash()
4152 gui.vimTextArea->Flush(); in gui_mch_flash()
4235 gui.vimTextArea->StrokeRect(r); in gui_mch_draw_hollow_cursor()
4264 gui.vimTextArea->FillRect(r); in gui_mch_draw_part_cursor()
[all …]
H A Dgui.h452 VimTextAreaView *vimTextArea; member
458 PtWidget_t *vimTextArea; // PtRaw member