Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_beval.c162 gtk_widget_destroy(beval->balloonShell); in gui_mch_destroy_beval_area()
164 XtDestroyWidget(beval->balloonShell); in gui_mch_destroy_beval_area()
935 gtk_widget_ensure_style(beval->balloonShell); in drawBalloon()
987 gtk_widget_show(beval->balloonShell); in drawBalloon()
1000 if (beval->balloonShell != NULL) in undrawBalloon()
1001 gtk_widget_hide(beval->balloonShell); in undrawBalloon()
1128 XtVaSetValues(beval->balloonShell, in drawBalloon()
1134 XtVaSetValues(beval->balloonShell, in drawBalloon()
1157 XtPopup(beval->balloonShell, XtGrabNone); in drawBalloon()
1171 if (beval->balloonShell != (Widget)0) in undrawBalloon()
[all …]
H A Dbeval.h38 GtkWidget *balloonShell; member
48 Widget balloonShell;