Searched refs:beval (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dgui_beval.c19 general_beval_cb(beval, state)
20 BalloonEval *beval;
40 * windows up or we have no beval area. */
93 gui_mch_post_balloon(beval, result);
102 netbeans_beval_cb(beval, state);
106 workshop_beval_cb(beval, state);
170 static void undrawBalloon __ARGS((BalloonEval *beval));
195 BalloonEval *beval; local
203 beval = (BalloonEval *)alloc(sizeof(BalloonEval));
204 if (beval !
449 addEventHandler(GtkWidget *target, BalloonEval *beval) argument
476 removeEventHandler(BalloonEval *beval) argument
496 BalloonEval *beval = (BalloonEval *)data; local
553 BalloonEval *beval = (BalloonEval *)data; local
571 pointer_event(BalloonEval *beval, int x, int y, unsigned state) argument
615 key_event(BalloonEval *beval, unsigned keyval, int is_keypress) argument
648 BalloonEval *beval = (BalloonEval *)data; local
712 BalloonEval *beval = (BalloonEval *)client_data; local
860 BalloonEval *beval = (BalloonEval *)dx; local
1042 drawBalloon(BalloonEval *beval) argument
1116 undrawBalloon(BalloonEval *beval) argument
1124 cancelBalloon(BalloonEval *beval) argument
1139 createBalloonEvalWindow(BalloonEval *beval) argument
[all...]
H A Dgui_w32.c193 static void make_tooltip __ARGS((BalloonEval *beval, char *text, POINT pt));
194 static void delete_tooltip __ARGS((BalloonEval *beval));
4501 make_tooltip(beval, text, pt)
4502 BalloonEval *beval;
4518 beval->balloon = CreateWindowEx(WS_EX_TOPMOST, TOOLTIPS_CLASS,
4521 beval->target, NULL, s_hinst, NULL);
4523 SetWindowPos(beval->balloon, HWND_TOPMOST, 0, 0, 0, 0,
4528 pti->hwnd = beval->target;
4539 SendMessage(beval->balloon, TTM_SETMAXTIPWIDTH, 0,
4551 SendMessage(beval
4670 BalloonEval *beval; local
[all...]
H A Dworkshop.c1506 BalloonEval *beval,
1521 if (get_beval_info(beval, FALSE, &wp, &lnum, &text, &col) == OK)
1541 idx = computeIndex(col, text, beval->ts);
1565 balloonEval = beval;
1505 workshop_beval_cb( BalloonEval *beval, int state) argument
H A Dgui_motif.c91 static void tabline_balloon_cb __ARGS((BalloonEval *beval, int state));
278 tabline_balloon_cb(beval, state)
279 BalloonEval *beval;
285 if (beval->target == (Widget)0)
288 XtVaGetValues(beval->target, XmNpageNumber, &nr, NULL);
294 gui_mch_post_balloon(beval, NameBuff);
3327 BalloonEval *beval; local
3351 beval = gui_mch_create_beval_area(tab, NULL, tabline_balloon_cb,
3353 XtVaSetValues(tab, XmNuserData, beval, NULL);
3392 XtVaGetValues(page_info.major_tab_widget, XmNuserData, &beval, NUL
[all...]
H A Dnetbeans.c2876 BalloonEval *beval,
2891 if (get_beval_info(beval, TRUE, &wp, &lnum, &text, &col) == OK)
2875 netbeans_beval_cb( BalloonEval *beval, int state UNUSED) argument
/macosx-10.10/vim-55/src/proto/
H A Dgui_beval.pro2 void general_beval_cb __ARGS((BalloonEval *beval, int state));
4 void gui_mch_destroy_beval_area __ARGS((BalloonEval *beval));
5 void gui_mch_enable_beval_area __ARGS((BalloonEval *beval));
6 void gui_mch_disable_beval_area __ARGS((BalloonEval *beval));
8 int get_beval_info __ARGS((BalloonEval *beval, int getword, win_T **winp, linenr_T *lnump, char_u **textp, int *colp));
9 void gui_mch_post_balloon __ARGS((BalloonEval *beval, char_u *mesg));
10 void gui_mch_unpost_balloon __ARGS((BalloonEval *beval));
H A Dgui_w32.pro90 void gui_mch_disable_beval_area __ARGS((BalloonEval *beval));
91 void gui_mch_enable_beval_area __ARGS((BalloonEval *beval));
92 void gui_mch_post_balloon __ARGS((BalloonEval *beval, char_u *mesg));
94 void gui_mch_destroy_beval_area __ARGS((BalloonEval *beval));
H A Dnetbeans.pro10 void netbeans_beval_cb __ARGS((BalloonEval *beval, int state));
H A Dworkshop.pro47 void workshop_beval_cb __ARGS((BalloonEval *beval, int state));
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim630 call <SID>BinOptionG("beval", &beval)
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim28 syn keyword vimOption contained ai ambw ari aw backupext beval biosk brk buflisted cdpath cin cinwords cocu compatible consk cpt cscopetagorder csverb debug dict dir eb enc errorbells expandtab fdl fenc fileformat fml foldignore foldopen fs gfn grepprg guiheadroom helplang history hls imactivatekey iminsert inde insertmode iskeyword keymodel laststatus lisp lpl magic maxfuncdepth menuitems mm modifiable mousem mps number opendevice paste pex pmbcs printencoding prompt rdt revins ro runtimepath scroll sections sh shellslash shortmess showtabline slm sn spellcapcheck splitright ssop stmp swapfile syn tabstop tagstack tbs textauto tildeop titlestring top ttimeout ttym uc undolevels vb vfile visualbell wc wh wildignore window winwidth wmw writeany

Completed in 131 milliseconds