Searched refs:userCharacterSetEntry (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/plugin_xmms/ |
D | configure.c | 104 static GtkWidget *convert_char_set, *fileCharacterSetEntry, *userCharacterSetEntry; variable 143 …cfg.title.user_char_set = Charset_Get_Name_From_Title(gtk_entry_get_text_1(userCharacterSetEntry)); in flac_configurewin_ok() 246 gtk_widget_set_sensitive(userCharacterSetEntry, flac_cfg.title.convert_char_set); in convert_char_set_cb() 440 userCharacterSetEntry = gtk_combo_new(); in FLAC_XMMS__configure() 441 gtk_box_pack_start(GTK_BOX(hbox),userCharacterSetEntry,TRUE,TRUE,0); in FLAC_XMMS__configure() 444 gtk_entry_set_editable(GTK_ENTRY(GTK_COMBO(userCharacterSetEntry)->entry),FALSE); in FLAC_XMMS__configure() 446 gtk_combo_set_value_in_list(GTK_COMBO(userCharacterSetEntry),TRUE,FALSE); in FLAC_XMMS__configure() 450 gtk_combo_set_popdown_strings(GTK_COMBO(userCharacterSetEntry),list); in FLAC_XMMS__configure() 451 …gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(userCharacterSetEntry)->entry),Charset_Get_Title_From_Name(… in FLAC_XMMS__configure() 453 gtk_widget_set_sensitive(userCharacterSetEntry, flac_cfg.title.convert_char_set); in FLAC_XMMS__configure()
|