Lines Matching refs:balloonLabel
936 gtk_widget_ensure_style(beval->balloonLabel); in drawBalloon()
939 set_printable_label_text(GTK_LABEL(beval->balloonLabel), beval->msg); in drawBalloon()
945 layout = gtk_label_get_layout(GTK_LABEL(beval->balloonLabel)); in drawBalloon()
1037 beval->balloonLabel = gtk_label_new(NULL); in createBalloonEvalWindow()
1039 gtk_label_set_line_wrap(GTK_LABEL(beval->balloonLabel), FALSE); in createBalloonEvalWindow()
1040 gtk_label_set_justify(GTK_LABEL(beval->balloonLabel), GTK_JUSTIFY_LEFT); 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()
1048 g_object_set_property(G_OBJECT(beval->balloonLabel), "xalign", &align_val); in createBalloonEvalWindow()
1049 g_object_set_property(G_OBJECT(beval->balloonLabel), "yalign", &align_val); in createBalloonEvalWindow()
1052 gtk_misc_set_alignment(GTK_MISC(beval->balloonLabel), 0.5f, 0.5f); in createBalloonEvalWindow()
1054 gtk_widget_set_name(beval->balloonLabel, "vim-balloon-label"); in createBalloonEvalWindow()
1055 gtk_widget_show(beval->balloonLabel); in createBalloonEvalWindow()
1057 gtk_container_add(GTK_CONTAINER(beval->balloonShell), 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()
1154 XtSetValues(beval->balloonLabel, &args[0], XtNumber(args)); in drawBalloon()
1222 beval->balloonLabel = XtCreateManagedWidget("balloonLabel", in createBalloonEvalWindow()
1230 beval->balloonLabel = XtCreateManagedWidget("balloonLabel", in createBalloonEvalWindow()