Home
last modified time | relevance | path

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

/dports/net-im/tkabber/tkabber-1.1.2/
H A Dsplash.tcl169 rename splash_progress source
176 proc splash_progress {args} { procedure
240 rename source splash_progress
/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c4640 mainw->splash_progress = lives_standard_progress_bar_new(); in splash_init()
4643 mainw->splash_label = mainw->splash_progress; in splash_init()
4654 lives_progress_bar_set_pulse_step(LIVES_PROGRESS_BAR(mainw->splash_progress), .01); in splash_init()
4658 …lives_widget_set_fg_color(mainw->splash_progress, LIVES_WIDGET_STATE_NORMAL, &palette->normal_fore… in splash_init()
4663 …lives_box_pack_start(LIVES_BOX(hbox), mainw->splash_progress, TRUE, TRUE, widget_opts.packing_widt… in splash_init()
4703 lives_progress_bar_set_fraction(LIVES_PROGRESS_BAR(mainw->splash_progress), pct); in splash_msg()
H A Dmainwindow.h1595 LiVESWidget *splash_window, *splash_label, *splash_progress; member