Home
last modified time | relevance | path

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

/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dsplash.c32 GtkWidget *splash_label=NULL; variable
80 if((splash != NULL) && (splash_label != NULL)) in splash_message()
81 gtk_label_set_text(GTK_LABEL(splash_label), msg); in splash_message()
123 splash_label = gtk_label_new(""); in show_splash()
124 gtk_box_pack_start(GTK_BOX(vbox), GTK_WIDGET(splash_label), TRUE, TRUE, 0); in show_splash()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c4643 mainw->splash_label = mainw->splash_progress; in splash_init()
4647 mainw->splash_label = lives_standard_label_new(""); in splash_init()
4650 lives_box_pack_start(LIVES_BOX(vbox), mainw->splash_label, TRUE, TRUE, 4. * widget_opts.scale); in splash_init()
4657 … lives_widget_set_fg_color(mainw->splash_label, LIVES_WIDGET_STATE_NORMAL, &palette->normal_fore); in splash_init()
4694 lives_entry_set_text(LIVES_ENTRY(mainw->splash_label), tmp); in splash_msg()
4699 lives_label_set_text(LIVES_LABEL(mainw->splash_label), msg); in splash_msg()
H A Dmainwindow.h1595 LiVESWidget *splash_window, *splash_label, *splash_progress; member