Home
last modified time | relevance | path

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

/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dinfo.c48 static GtkWidget *gtkpod_statusbar = NULL; variable
417 gtkpod_statusbar = gtkpod_xml_get_widget (main_window_xml, "gtkpod_status"); in gtkpod_statusbar_init()
424 if(gtkpod_statusbar) in gtkpod_statusbar_clear()
426 gtk_statusbar_pop(GTK_STATUSBAR(gtkpod_statusbar), 1); in gtkpod_statusbar_clear()
459 if(gtkpod_statusbar) in gtkpod_statusbar_message()
469 gtk_statusbar_pop(GTK_STATUSBAR(gtkpod_statusbar), context); in gtkpod_statusbar_message()
470 gtk_statusbar_push(GTK_STATUSBAR(gtkpod_statusbar), context, text); in gtkpod_statusbar_message()