data.item: "max_font_size" "60";
styles {
style { name: "textblock_style";
- base: "font=Sans font_size=10 color=#000 wrap=word";
+ base: "font=Sans font_size=10 color=#000 wrap=word text_class=label";
tag: "br" "\n";
tag: "ps" "ps";
tag: "hilight" "+ font=Sans:style=Bold";
data.item: "max_font_size" "60";
styles {
style { name: "textblock_style2";
- base: "font=Sans:style=Bold font_size=10 align=center color=#fff wrap=word";
+ base: "font=Sans:style=Bold font_size=10 align=center color=#fff wrap=word text_class=label";
tag: "br" "\n";
tag: "ps" "ps";
tag: "hilight" "+ color=#ffff";
size: 10;
min: 1 1;
align: 0.0 0.5;
+ text_class: "menu";
}
}
description { state: "visible" 0.0;
size: 10;
min: 1 1;
align: 0.0 0.5;
+ text_class: "menu";
}
}
description { state: "visible" 0.0;
styles
{
style { name: "entry_textblock_style";
- base: "font=Sans font_size=10 color=#000 wrap=word";
+ base: "font=Sans font_size=10 color=#000 wrap=word text_class=entry";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
tag: "hilight" "+ font=Sans:style=Bold";
}
style { name: "entry_textblock_disabled_style";
- base: "font=Sans font_size=10 color=#00000080 wrap=word";
+ base: "font=Sans font_size=10 color=#00000080 wrap=word text_class=entry";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
styles
{
style { name: "entry_textblock_style_charwrap";
- base: "font=Sans font_size=10 color=#000 wrap=char";
+ base: "font=Sans font_size=10 color=#000 wrap=char text_class=entry";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
tag: "hilight" "+ font=Sans:style=Bold";
}
style { name: "entry_textblock_disabled_style_charwrap";
- base: "font=Sans font_size=10 color=#00000080 wrap=char";
+ base: "font=Sans font_size=10 color=#00000080 wrap=char text_class=entry";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
styles
{
style { name: "entry_single_textblock_style";
- base: "font=Sans font_size=10 color=#000 wrap=none";
+ base: "font=Sans font_size=10 color=#000 wrap=none text_class=entry";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
tag: "hilight" "+ font=Sans:style=Bold";
}
style { name: "entry_single_textblock_disabled_style";
- base: "font=Sans font_size=10 color=#00000080 wrap=none";
+ base: "font=Sans font_size=10 color=#00000080 wrap=none text_class=entry";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
size: 12;
min: 0 0;
align: 0.5 0.5;
+ text_class: "title_bar";
}
}
}
declare it both here and in the (default) theme */
static const Elm_Text_Class _elm_text_classes[] = {
{"button", "Button Labels"},
-
- /* FIXME: put in the right/definitive font classes */
+ {"label", "Text Labels"},
+ {"entry", "Text Entries"},
{"title_bar", "Title Bar"},
- {"menu_item", "Menu Item"},
- {"menu_title", "Menu Title"},
- {"tb_plain", "Textblock Plain"},
- {"tb_light", "Textblock Light"},
- {"tb_big", "Textblock Big"},
- {"move_text", "Move Text"},
- {"resize_text", "Resize Text"},
- {"winlist_title", "Winlist Title"},
- {"configure", "Settings Heading"},
- {"about_title", "About Title"},
- {"about_version", "About Version"},
- {"desklock_title", "Desklock Title"},
- {"desklock_passwd", "Desklock Password"},
- {"dialog_error", "Dialog Error"},
- {"exebuf_command", "Exebuf Command"},
- {"init_title", "Splash Title"},
- {"init_text", "Splash Text"},
- {"init_version", "Splash Version"},
+ {"menu", "Menu Items"},
{NULL, NULL}
};