Home
last modified time | relevance | path

Searched refs:balloonLabel (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_beval.c936 gtk_widget_ensure_style(beval->balloonLabel); in drawBalloon()
945 layout = gtk_label_get_layout(GTK_LABEL(beval->balloonLabel)); in drawBalloon()
1037 beval->balloonLabel = gtk_label_new(NULL); in createBalloonEvalWindow()
1042 gtk_label_set_xalign(GTK_LABEL(beval->balloonLabel), 0.5); in createBalloonEvalWindow()
1043 gtk_label_set_yalign(GTK_LABEL(beval->balloonLabel), 0.5); in createBalloonEvalWindow()
1055 gtk_widget_show(beval->balloonLabel); in createBalloonEvalWindow()
1102 XtVaSetValues(beval->balloonLabel, XmNlabelString, s, NULL); in drawBalloon()
1109 XtVaGetValues(beval->balloonLabel, XtNfontSet, &fset, NULL); in drawBalloon()
1117 XtVaSetValues(beval->balloonLabel, XtNlabel, beval->msg, NULL); in drawBalloon()
1222 beval->balloonLabel = XtCreateManagedWidget("balloonLabel", in createBalloonEvalWindow()
[all …]
H A Dbeval.h39 GtkWidget *balloonLabel; member
49 Widget balloonLabel;
H A Dgui_athena.c1076 XtSetValues(mp->tip->balloonLabel, &args[0], XtNumber(args)); in gui_mch_submenu_change()
1093 XtSetValues(mp->tip->balloonLabel, &args[0], XtNumber(args)); in gui_mch_submenu_change()
H A Dgui_motif.c1560 XtSetValues(mp->tip->balloonLabel, &args[0], XtNumber(args)); in submenu_change()
1577 XtSetValues(mp->tip->balloonLabel, &args[0], XtNumber(args)); in submenu_change()