Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_fonts.c Log Message: increas textclass list in config and in .edc's =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_fonts.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_int_config_fonts.c 1 Apr 2006 09:59:40 -0000 1.1 +++ e_int_config_fonts.c 2 Apr 2006 08:19:17 -0000 1.2 @@ -42,10 +42,32 @@ }; const E_Text_Class_Pair text_class_predefined_names[ ] = { - { "title_bar", "Border Title Bar"}, - { "menu_item", "Menu Item"}, - { "ilist_item", "Menu List"}, - { "tb_plain", "Text Block Plain Text"}, + { "title_bar", "Title Bar"}, + { "menu_item", "Menu Item"}, + { "ilist_item", "List Item"}, + { "ilist_header", "List Header"}, + { "tb_plain", "Textblock Plain"}, + { "tb_light", "Textblock Light"}, + { "tb_big", "Textblock Big"}, + { "frame", "Frame"}, + { "label", "Label"}, + { "button", "Buttons"}, + { "radio_button", "Radio Buttons"}, + { "check_button", "Check Buttons"}, + { "move_text", "Move Text"}, + { "resize_text", "Resize Text"}, + { "tlist", "Text List Item"}, + { "winlist_title", "Winlist Title"}, + { "configure", "Configure Heading"}, + { "about_title", "About Title"}, + { "about_version", "About Version"}, + { "button_text", "About Text"}, + { "desklock_title", "Desklock Title"}, + { "desklock_passwd", "Desklock Password"}, + { "dialog_error", "Dialog Error"}, + { "exebuf_command", "Exebuf Command"}, + { "fileman_typebuf", "EFM Typebuf"}, + { "fileman_icon", "EFM Icon"}, { NULL, NULL} }; @@ -302,22 +324,22 @@ e_widget_list_object_append(o, of, 1, 1, 0.5); /* Create Hinting Widgets */ - of = e_widget_framelist_add(evas, _("Font Display Hinting"), 0); + of = e_widget_framelist_add(evas, _("Hinting"), 0); e_widget_framelist_content_align_set(of, 0.5, 0.5); rg = e_widget_radio_group_new(&(cfdata->hinting)); option_enable = evas_font_hinting_can_hint(evas, EVAS_FONT_HINTING_BYTECODE); - ob = e_widget_radio_add(evas, _("Bytecode Hinting"), 0, rg); + ob = e_widget_radio_add(evas, _("Bytecode"), 0, rg); e_widget_disabled_set(ob, !option_enable); e_widget_framelist_object_append(of, ob); option_enable = evas_font_hinting_can_hint(evas, EVAS_FONT_HINTING_AUTO); - ob = e_widget_radio_add(evas, _("Automatic Hinting"), 1, rg); + ob = e_widget_radio_add(evas, _("Automatic"), 1, rg); e_widget_disabled_set(ob, !option_enable); e_widget_framelist_object_append(of, ob); option_enable = evas_font_hinting_can_hint(evas, EVAS_FONT_HINTING_NONE); - ob = e_widget_radio_add(evas, _("No Hinting"), 2, rg); + ob = e_widget_radio_add(evas, _("None"), 2, rg); e_widget_disabled_set(ob, !option_enable); e_widget_framelist_object_append(of, ob); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs