Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dconfigure.c376 GtkWidget *title_frame, *title_tag_vbox, *title_tag_label; in FLAC_XMMS__configure() local
417 title_frame = gtk_frame_new(_("Tag Handling")); in FLAC_XMMS__configure()
418 gtk_container_border_width(GTK_CONTAINER(title_frame), 5); in FLAC_XMMS__configure()
422 gtk_container_add(GTK_CONTAINER(title_frame), title_tag_vbox); in FLAC_XMMS__configure()
477 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), title_frame, gtk_label_new(_("Title"))); in FLAC_XMMS__configure()