Searched refs:userCharacterSetEntry (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_xmms/
H A Dconfigure.c102 static GtkWidget *convert_char_set, *fileCharacterSetEntry, *userCharacterSetEntry; variable
141 flac_cfg.title.user_char_set = Charset_Get_Name_From_Title(gtk_entry_get_text_1(userCharacterSetEntry));
244 gtk_widget_set_sensitive(userCharacterSetEntry, flac_cfg.title.convert_char_set);
438 userCharacterSetEntry = gtk_combo_new();
439 gtk_box_pack_start(GTK_BOX(hbox),userCharacterSetEntry,TRUE,TRUE,0); local
442 gtk_entry_set_editable(GTK_ENTRY(GTK_COMBO(userCharacterSetEntry)->entry),FALSE);
444 gtk_combo_set_value_in_list(GTK_COMBO(userCharacterSetEntry),TRUE,FALSE);
448 gtk_combo_set_popdown_strings(GTK_COMBO(userCharacterSetEntry),list);
449 gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(userCharacterSetEntry)->entry),Charset_Get_Title_From_Name(flac_cfg.title.user_char_set));
451 gtk_widget_set_sensitive(userCharacterSetEntry, flac_cf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_xmms/
H A Dconfigure.c102 static GtkWidget *convert_char_set, *fileCharacterSetEntry, *userCharacterSetEntry; variable
141 flac_cfg.title.user_char_set = Charset_Get_Name_From_Title(gtk_entry_get_text_1(userCharacterSetEntry));
244 gtk_widget_set_sensitive(userCharacterSetEntry, flac_cfg.title.convert_char_set);
438 userCharacterSetEntry = gtk_combo_new();
439 gtk_box_pack_start(GTK_BOX(hbox),userCharacterSetEntry,TRUE,TRUE,0); local
442 gtk_entry_set_editable(GTK_ENTRY(GTK_COMBO(userCharacterSetEntry)->entry),FALSE);
444 gtk_combo_set_value_in_list(GTK_COMBO(userCharacterSetEntry),TRUE,FALSE);
448 gtk_combo_set_popdown_strings(GTK_COMBO(userCharacterSetEntry),list);
449 gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(userCharacterSetEntry)->entry),Charset_Get_Title_From_Name(flac_cfg.title.user_char_set));
451 gtk_widget_set_sensitive(userCharacterSetEntry, flac_cf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_xmms/
H A Dconfigure.c102 static GtkWidget *convert_char_set, *fileCharacterSetEntry, *userCharacterSetEntry; variable
141 flac_cfg.title.user_char_set = Charset_Get_Name_From_Title(gtk_entry_get_text_1(userCharacterSetEntry));
244 gtk_widget_set_sensitive(userCharacterSetEntry, flac_cfg.title.convert_char_set);
438 userCharacterSetEntry = gtk_combo_new();
439 gtk_box_pack_start(GTK_BOX(hbox),userCharacterSetEntry,TRUE,TRUE,0); local
442 gtk_entry_set_editable(GTK_ENTRY(GTK_COMBO(userCharacterSetEntry)->entry),FALSE);
444 gtk_combo_set_value_in_list(GTK_COMBO(userCharacterSetEntry),TRUE,FALSE);
448 gtk_combo_set_popdown_strings(GTK_COMBO(userCharacterSetEntry),list);
449 gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(userCharacterSetEntry)->entry),Charset_Get_Title_From_Name(flac_cfg.title.user_char_set));
451 gtk_widget_set_sensitive(userCharacterSetEntry, flac_cf
[all...]

Completed in 132 milliseconds