another chunk


			
			
				devs/princeamd/enlightenment-0.17-elive
			
			
		
rephorm 17 years ago committed by rephorm
parent a1af7b7d2b
commit 462bda0f22
  1. 2
      data/themes/default_about.edc
  2. 2
      data/themes/default_background.edc
  3. 2
      data/themes/default_battery.edc
  4. 12
      data/themes/default_border.edc
  5. 2
      data/themes/default_button.edc
  6. 4
      data/themes/default_check.edc
  7. 2
      data/themes/default_clock.edc
  8. 2
      data/themes/default_color_well.edc
  9. 2
      data/themes/default_configure.edc
  10. 2
      data/themes/default_cpufreq.edc
  11. 2
      data/themes/default_cslider.edc
  12. 4
      data/themes/default_desklock.edc
  13. 4
      data/themes/default_dialog.edc
  14. 8
      data/themes/default_entry.edc
  15. 4
      data/themes/default_error.edc
  16. 4
      data/themes/default_exebuf.edc
  17. 38
      data/themes/default_fileman.edc
  18. 2
      data/themes/default_filesel.edc
  19. 2
      data/themes/default_frame.edc
  20. 2
      data/themes/default_gadman.edc
  21. 8
      data/themes/default_ibar.edc
  22. 8
      data/themes/default_ibox.edc
  23. 124
      data/themes/default_icons.edc
  24. 6
      data/themes/default_ilist.edc
  25. 2
      data/themes/default_label.edc
  26. 18
      data/themes/default_menu.edc
  27. 2
      data/themes/default_move.edc
  28. 6
      data/themes/default_pager.edc
  29. 8
      data/themes/default_pointer.edc
  30. 2
      data/themes/default_preview.edc
  31. 4
      data/themes/default_radio.edc
  32. 2
      data/themes/default_resize.edc
  33. 2
      data/themes/default_scrollframe.edc
  34. 12
      data/themes/default_shelf.edc
  35. 4
      data/themes/default_slider.edc
  36. 18
      data/themes/default_spectrum.edc
  37. 2
      data/themes/default_start.edc
  38. 2
      data/themes/default_temperature.edc
  39. 2
      data/themes/default_textblock.edc
  40. 4
      data/themes/default_theme_about.edc
  41. 4
      data/themes/default_tlist.edc
  42. 4
      data/themes/default_transitions.edc
  43. 4
      data/themes/default_winlist.edc
  44. 2
      src/bin/e_about.c
  45. 10
      src/bin/e_bg.c
  46. 4
      src/bin/e_border.c
  47. 2
      src/bin/e_configure.c
  48. 2
      src/bin/e_container.c
  49. 16
      src/bin/e_desklock.c
  50. 4
      src/bin/e_dialog.c
  51. 4
      src/bin/e_entry.c
  52. 2
      src/bin/e_error.c
  53. 6
      src/bin/e_exebuf.c
  54. 6
      src/bin/e_file_dialog.c
  55. 2
      src/bin/e_fileman.c
  56. 4
      src/bin/e_fileman_file.c
  57. 12
      src/bin/e_fileman_icon.c
  58. 96
      src/bin/e_fileman_smart.c
  59. 58
      src/bin/e_fm.c
  60. 2
      src/bin/e_gadcon.c
  61. 6
      src/bin/e_ilist.c
  62. 4
      src/bin/e_int_border_border.c
  63. 96
      src/bin/e_int_border_menu.c
  64. 36
      src/bin/e_int_config_desklock.c
  65. 4
      src/bin/e_int_config_theme.c
  66. 18
      src/bin/e_int_config_wallpaper.c
  67. 2
      src/bin/e_int_config_wallpaper_gradient.c
  68. 2
      src/bin/e_int_shelf_config.c
  69. 2
      src/bin/e_manager.c
  70. 18
      src/bin/e_menu.c
  71. 4
      src/bin/e_moveresize.c
  72. 4
      src/bin/e_pointer.c
  73. 2
      src/bin/e_scrollframe.c
  74. 12
      src/bin/e_shelf.c
  75. 6
      src/bin/e_slider.c
  76. 4
      src/bin/e_test.c
  77. 2
      src/bin/e_theme.c
  78. 2
      src/bin/e_theme_about.c
  79. 4
      src/bin/e_tlist.c
  80. 4
      src/bin/e_utils.c
  81. 2
      src/bin/e_widget_button.c
  82. 4
      src/bin/e_widget_check.c
  83. 2
      src/bin/e_widget_color_well.c
  84. 2
      src/bin/e_widget_cslider.c
  85. 2
      src/bin/e_widget_framelist.c
  86. 2
      src/bin/e_widget_frametable.c
  87. 4
      src/bin/e_widget_iconsel.c
  88. 2
      src/bin/e_widget_label.c
  89. 2
      src/bin/e_widget_preview.c
  90. 4
      src/bin/e_widget_radio.c
  91. 4
      src/bin/e_widget_spectrum.c
  92. 2
      src/bin/e_widget_textblock.c
  93. 4
      src/bin/e_winlist.c

@ -29,7 +29,7 @@ styles
}
group {
name: "widgets/about/main";
name: "e/widgets/about/main";
parts {
part {
name: "base";

@ -3,7 +3,7 @@ images {
image: "e17_"SM"reflection_shadow_overlay.png" LOSSY 90;
}
group {
name: "desktop/background";
name: "e/desktop/background";
parts {
part {
name: "background_image";

@ -13,7 +13,7 @@ images {
image: "e17_battery_ac.png" COMP;
}
group {
name: "modules/battery/main";
name: "e/modules/battery/main";
max: 128 128;
script {
public message(Msg_Type:type, id, ...) {

@ -194,7 +194,7 @@ BORDER_BUTTON_ADV(NAME,TYPE,REL1X,REL1Y,OFF1X,OFF1Y,TO1,TO1,REL2X,REL2Y,OFF2X,OF
#define FULL_SIZE_BORDER_BUTTON(TYPE) \
group { \
name: "widgets/border/default/"TYPE; \
name: "e/widgets/border/default/"TYPE; \
parts { \
part { \
name: "whole"; \
@ -261,7 +261,7 @@ images {
}
group {
name: "widgets/border/default/border";
name: "e/widgets/border/default/border";
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
@ -1541,7 +1541,7 @@ group {
}
group {
name: "widgets/border/shaped/border";
name: "e/widgets/border/shaped/border";
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
@ -2584,7 +2584,7 @@ group {
}
group {
name: "widgets/border/dialog/border";
name: "e/widgets/border/dialog/border";
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
@ -3733,7 +3733,7 @@ group {
}
group {
name: "widgets/border/noresize_dialog/border";
name: "e/widgets/border/noresize_dialog/border";
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
@ -4800,7 +4800,7 @@ group {
}
group {
name: "widgets/border/pixel/border";
name: "e/widgets/border/pixel/border";
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {

@ -9,7 +9,7 @@ images {
}
group {
name: "widgets/button";
name: "e/widgets/button";
parts {
part {
name: "button_image";

@ -5,7 +5,7 @@ images {
image: "focus.png" COMP;
}
group {
name: "widgets/check";
name: "e/widgets/check";
parts {
part {
name: "outline";
@ -193,7 +193,7 @@ group {
}
group {
name: "widgets/check_icon";
name: "e/widgets/check_icon";
parts {
part {
name: "outline";

@ -183,7 +183,7 @@ images {
image: "e17_clock_minutes_59.png" COMP;
}
group {
name: "modules/clock/main";
name: "e/modules/clock/main";
script {
public clock_cb(val) {
new buf[11];

@ -3,7 +3,7 @@ images {
}
group {
name: "widgets/color_well";
name: "e/widgets/color_well";
parts {
part {
name: "background";

@ -9,7 +9,7 @@ images {
}
group {
name: "widgets/configure/main";
name: "e/widgets/configure/main";
parts {
part {
name: "base";

@ -19,7 +19,7 @@ images {
}
group {
name: "modules/cpufreq/main";
name: "e/modules/cpufreq/main";
min: 4 4;
max: 128 128;

@ -1,5 +1,5 @@
group {
name: "widgets/cslider";
name: "e/widgets/cslider";
parts {
part {
name: "background";

@ -7,7 +7,7 @@ images {
}
group {
name, "desklock/background";
name, "e/desklock/background";
parts {
part {
name: "background_image";
@ -37,7 +37,7 @@ group {
}
group
{
name, "desklock/login_box";
name, "e/desklock/login_box";
parts
{
part

@ -16,7 +16,7 @@ styles
}
group {
name: "widgets/dialog/main";
name: "e/widgets/dialog/main";
parts {
part {
name: "base";
@ -162,7 +162,7 @@ group {
}
group {
name: "widgets/dialog/text";
name: "e/widgets/dialog/text";
parts {
part {
name: "e.textblock.message";

@ -3,7 +3,7 @@ images {
}
group {
name: "widgets/entry";
name: "e/widgets/entry";
min: 18 18;
parts {
part {
@ -77,7 +77,7 @@ group {
}
group {
name: "widgets/entry/text";
name: "e/widgets/entry/text";
parts {
part {
name: "e.text.text";
@ -100,7 +100,7 @@ group {
}
group {
name: "widgets/entry/cursor";
name: "e/widgets/entry/cursor";
min: 1 0;
parts {
part {
@ -156,7 +156,7 @@ group {
}
group {
name: "widgets/entry/selection";
name: "e/widgets/entry/selection";
data {
item: "on_foreground" "1";
}

@ -7,7 +7,7 @@ images {
styles
{
style {
name: "error_style";
name: "e/error_style";
base: "font=Edje-Vera font_size=10 text_class=tb_plain align=left color=#000 style=shadow shadow_color=#ffffff80 wrap=word";
tag: "br" "\n";
@ -16,7 +16,7 @@ styles
}
group {
name: "error/main";
name: "e/error/main";
min: 400 200;
max: 400 200;
parts {

@ -12,7 +12,7 @@ images {
}
group {
name: "widgets/exebuf/main";
name: "e/widgets/exebuf/main";
parts {
part {
name: "base";
@ -353,7 +353,7 @@ group {
}
group {
name: "widgets/exebuf/item";
name: "e/widgets/exebuf/item";
parts {
part {
name: "title_outline";

@ -13,7 +13,7 @@ images {
}
group {
name: "fileman/list/fixed";
name: "e/fileman/list/fixed";
parts {
part {
name: "base";
@ -688,7 +688,7 @@ group {
}
group {
name: "fileman/list_odd/fixed";
name: "e/fileman/list_odd/fixed";
parts {
part {
name: "base";
@ -1363,7 +1363,7 @@ group {
}
group {
name: "fileman/list/variable";
name: "e/fileman/list/variable";
parts {
part {
name: "base";
@ -2037,7 +2037,7 @@ group {
}
group {
name: "fileman/list_odd/variable";
name: "e/fileman/list_odd/variable";
parts {
part {
name: "base";
@ -2712,7 +2712,7 @@ group {
}
group {
name: "fileman/icon/fixed";
name: "e/fileman/icon/fixed";
parts {
part {
name: "icon_overlay";
@ -2820,7 +2820,7 @@ group {
}
group {
name: "fileman/icon/variable";
name: "e/fileman/icon/variable";
parts {
part {
name: "icon_overlay";
@ -2928,7 +2928,7 @@ group {
}
group {
name: "fileman/overlay";
name: "e/fileman/overlay";
parts {
part {
name: "busy";
@ -3067,7 +3067,7 @@ group {
#define FULL_SIZE_FILEMAN_BUTTON(TYPE) \
group { \
name: "fileman/button/"TYPE; \
name: "e/fileman/button/"TYPE; \
parts { \
part { \
name: "whole"; \
@ -3091,7 +3091,7 @@ group { \
#define FILEMAN_ICON(TYPE) \
group { \
name: "icons/fileman/"TYPE; \
name: "e/icons/fileman/"TYPE; \
parts { \
part { \
name: "icon"; \
@ -3134,7 +3134,7 @@ group { \
#define FILEMAN_ICON_CLICKABLE(TYPE) \
group { \
name: "icons/fileman/"TYPE; \
name: "e/icons/fileman/"TYPE; \
parts { \
part { \
name: "icon"; \
@ -3271,7 +3271,7 @@ images
styles
{
style {
name: "fileman_icon_style";
name: "e/fileman_icon_style";
base: "font=Edje-Vera color=#000 style=shadow shadow_color=#cccccc font_size=10 align=center wrap=char";
tag: "br" "\n";
tag: "hilight" "+ font=Edje-Vera-Bold";
@ -3280,7 +3280,7 @@ styles
}
group {
name: "fileman/smart";
name: "e/fileman/smart";
parts {
part {
name: "background";
@ -3305,7 +3305,7 @@ group {
}
}
part {
name: "icons";
name: "e/icons";
type: SWALLOW;
description {
state: "default" 0.0;
@ -3405,7 +3405,7 @@ group {
}
group {
name: "fileman/main";
name: "e/fileman/main";
parts {
part {
name: "background_clip";
@ -4170,7 +4170,7 @@ group {
}
group {
name: "fileman/icon_normal";
name: "e/fileman/icon_normal";
parts {
part {
name: "icon_overlay";
@ -4366,7 +4366,7 @@ group {
group {
name: "fileman/icon_thumb";
name: "e/fileman/icon_thumb";
parts {
part {
name: "icon_box_shadow";
@ -4492,7 +4492,7 @@ group {
group {
name: "fileman/icon_list";
name: "e/fileman/icon_list";
parts {
part {
name: "e.swallow.icon";
@ -4577,7 +4577,7 @@ group {
}
group {
name: "fileman/background";
name: "e/fileman/background";
parts {
part {
name: "base";
@ -4600,7 +4600,7 @@ group {
}
group {
name: "fileman/rubberband";
name: "e/fileman/rubberband";
parts {
part {
name: "base";

@ -5,7 +5,7 @@ images {
image: "e17_ibar_over_h.png" COMP;
}
group {
name: "widgets/fileselector/main";
name: "e/widgets/fileselector/main";
parts {
part {
name: "background";

@ -4,7 +4,7 @@ images {
image: "e17_frame_outline.png" COMP;
}
group {
name: "widgets/frame";
name: "e/widgets/frame";
parts {
part {
name: "e.swallow.content";

@ -14,7 +14,7 @@ images {
}
group {
name: "gadman/control";
name: "e/gadman/control";
parts {
part {
name: "hclip";

@ -7,7 +7,7 @@ images {
}
group {
name: "modules/ibar/icon";
name: "e/modules/ibar/icon";
data {
item: "raise_on_hilight" "0"; // 1 or 0 if u want an icon holder to raise when the mouse (or keyboard) hilights it
// item: "item_list" "item item2 item3";
@ -111,7 +111,7 @@ group {
}
group {
name: "modules/ibar/icon_overlay";
name: "e/modules/ibar/icon_overlay";
data {
// item: "item_list", "item item2 item3";
}
@ -328,7 +328,7 @@ group {
}
group {
name: "modules/ibar/drop";
name: "e/modules/ibar/drop";
parts {
part {
name: "bg";
@ -346,7 +346,7 @@ group {
}
group {
name: "modules/ibar/drop_overlay";
name: "e/modules/ibar/drop_overlay";
parts {
part {
name: "l1";

@ -7,7 +7,7 @@ images {
}
group {
name: "modules/ibox/icon";
name: "e/modules/ibox/icon";
data {
item: "raise_on_hilight" "0"; // 1 or 0 if u want an icon holder to raise when the mouse (or keyboard) hilights it
// item: "item_list" "item item2 item3";
@ -111,7 +111,7 @@ group {
}
group {
name: "modules/ibox/icon_overlay";
name: "e/modules/ibox/icon_overlay";
data {
// item: "item_list", "item item2 item3";
}
@ -328,7 +328,7 @@ group {
}
group {
name: "modules/ibox/drop";
name: "e/modules/ibox/drop";
parts {
part {
name: "bg";
@ -346,7 +346,7 @@ group {
}
group {
name: "modules/ibox/drop_overlay";
name: "e/modules/ibox/drop_overlay";
parts {
part {
name: "l1";

@ -74,7 +74,7 @@ images {
}
group {
name: "icons/enlightenment/e";
name: "e/icons/enlightenment/e";
max: 64 64;
parts {
part {
@ -135,7 +135,7 @@ group {
}
}
group {
name: "icons/enlightenment/exit";
name: "e/icons/enlightenment/exit";
max: 64 64;
parts {
part {
@ -196,7 +196,7 @@ group {
}
}
group {
name: "icons/enlightenment/reset";
name: "e/icons/enlightenment/reset";
max: 64 64;
parts {
part {
@ -257,11 +257,11 @@ group {
}
}
group {
name: "icons/enlightenment/themes";
name: "e/icons/enlightenment/themes";
max: 64 64;
parts {
part {
name: "theme_button";
name: "e/theme_button";
mouse_events: 0;
description {
state: "default" 0.0;
@ -276,7 +276,7 @@ group {
}
}
group {
name: "icons/enlightenment/windows";
name: "e/icons/enlightenment/windows";
max: 64 64;
parts {
part {
@ -295,7 +295,7 @@ group {
}
}
group {
name: "icons/enlightenment/lost_windows";
name: "e/icons/enlightenment/lost_windows";
max: 64 64;
parts {
part {
@ -314,7 +314,7 @@ group {
}
}
group {
name: "icons/enlightenment/focus";
name: "e/icons/enlightenment/focus";
max: 64 64;
parts {
part {
@ -333,7 +333,7 @@ group {
}
}
group {
name: "icons/enlightenment/modules";
name: "e/icons/enlightenment/modules";
max: 64 64;
parts {
part {
@ -352,7 +352,7 @@ group {
}
}
group {
name: "icons/enlightenment/favorites";
name: "e/icons/enlightenment/favorites";
max: 64 64;
parts {
part {
@ -371,7 +371,7 @@ group {
}
}
group {
name: "icons/enlightenment/desktops";
name: "e/icons/enlightenment/desktops";
max: 64 64;
parts {
part {
@ -390,7 +390,7 @@ group {
}
}
group {
name: "icons/enlightenment/gadgets";
name: "e/icons/enlightenment/gadgets";
max: 64 64;
parts {
part {
@ -409,7 +409,7 @@ group {
}
}
group {
name: "icons/enlightenment/configuration";
name: "e/icons/enlightenment/configuration";
max: 64 64;
parts {
part {
@ -428,7 +428,7 @@ group {
}
}
group {
name: "icons/enlightenment/run";
name: "e/icons/enlightenment/run";
max: 64 64;
parts {
part {
@ -447,7 +447,7 @@ group {
}
}
group {
name: "icons/enlightenment/fileman";
name: "e/icons/enlightenment/fileman";
max: 64 64;
parts {
part {
@ -508,7 +508,7 @@ group {
}
}
group {
name: "icons/enlightenment/unknown";
name: "e/icons/enlightenment/unknown";
max: 64 64;
parts {
part {
@ -527,7 +527,7 @@ group {
}
}
group {
name: "icons/widget/new_dialog";
name: "e/icons/widget/new_dialog";
parts {
part {
name: "icon";
@ -545,7 +545,7 @@ group {
}
}
group {
name: "icons/widget/up_arrow";
name: "e/icons/widget/up_arrow";
parts {
part {
name: "icon";
@ -563,7 +563,7 @@ group {
}
}
group {
name: "icons/widget/down_arrow";
name: "e/icons/widget/down_arrow";
parts {
part {
name: "icon";
@ -581,7 +581,7 @@ group {
}
}
group {
name: "icons/widget/up_dir";
name: "e/icons/widget/up_dir";
parts {
part {
name: "icon";
@ -599,7 +599,7 @@ group {
}
}
group {
name: "icons/enlightenment/mouse";
name: "e/icons/enlightenment/mouse";
max: 64 64;
parts {
part {
@ -618,7 +618,7 @@ group {
}
}
group {
name: "icons/enlightenment/keys";
name: "e/icons/enlightenment/keys";
max: 64 64;
parts {
part {
@ -637,7 +637,7 @@ group {
}
}
group {
name: "icons/enlightenment/desklock";
name: "e/icons/enlightenment/desklock";
max: 64 64;
parts {
part {
@ -656,7 +656,7 @@ group {
}
}
group {
name: "icons/enlightenment/screen_resolution";
name: "e/icons/enlightenment/screen_resolution";
max: 64 64;
parts {
part {
@ -675,7 +675,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf";
name: "e/icons/enlightenment/shelf";
max: 64 64;
parts {
part {
@ -694,7 +694,7 @@ group {
}
}
group {
name: "icons/enlightenment/fonts";
name: "e/icons/enlightenment/fonts";
max: 64 64;
parts {
part {
@ -713,7 +713,7 @@ group {
}
}
group {
name: "icons/enlightenment/background";
name: "e/icons/enlightenment/background";
max: 64 64;
parts {
part {
@ -732,7 +732,7 @@ group {
}
}
group {
name: "icons/enlightenment/screen_normal";
name: "e/icons/enlightenment/screen_normal";
max: 24 24;
parts {
part {
@ -751,7 +751,7 @@ group {
}
}
group {
name: "icons/enlightenment/screen_normal";
name: "e/icons/enlightenment/screen_normal";
max: 24 24;
parts {
part {
@ -770,7 +770,7 @@ group {
}
}
group {
name: "icons/enlightenment/screen_around";
name: "e/icons/enlightenment/screen_around";
max: 24 24;
parts {
part {
@ -789,7 +789,7 @@ group {
}
}
group {
name: "icons/enlightenment/screen_left";
name: "e/icons/enlightenment/screen_left";
max: 24 24;
parts {
part {
@ -808,7 +808,7 @@ group {
}
}
group {
name: "icons/enlightenment/screen_right";
name: "e/icons/enlightenment/screen_right";
max: 24 24;
parts {
part {
@ -827,7 +827,7 @@ group {
}
}
group {
name: "icons/enlightenment/screen_vflip";
name: "e/icons/enlightenment/screen_vflip";
max: 24 24;
parts {
part {
@ -846,7 +846,7 @@ group {
}
}
group {
name: "icons/enlightenment/screen_hflip";
name: "e/icons/enlightenment/screen_hflip";
max: 24 24;
parts {
part {
@ -865,7 +865,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_bottom";
name: "e/icons/enlightenment/shelf_position_bottom";
max: 24 24;
parts {
part {
@ -884,7 +884,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_bottom_left";
name: "e/icons/enlightenment/shelf_position_bottom_left";
max: 24 24;
parts {
part {
@ -903,7 +903,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_bottom_right";
name: "e/icons/enlightenment/shelf_position_bottom_right";
max: 24 24;
parts {
part {
@ -922,7 +922,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_top";
name: "e/icons/enlightenment/shelf_position_top";
max: 24 24;
parts {
part {
@ -941,7 +941,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_top_left";
name: "e/icons/enlightenment/shelf_position_top_left";
max: 24 24;
parts {
part {
@ -960,7 +960,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_top_right";
name: "e/icons/enlightenment/shelf_position_top_right";
max: 24 24;
parts {
part {
@ -979,7 +979,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_left";
name: "e/icons/enlightenment/shelf_position_left";
max: 24 24;
parts {
part {
@ -998,7 +998,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_left_top";
name: "e/icons/enlightenment/shelf_position_left_top";
max: 24 24;
parts {
part {
@ -1017,7 +1017,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_left_bottom";
name: "e/icons/enlightenment/shelf_position_left_bottom";
max: 24 24;
parts {
part {
@ -1036,7 +1036,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_right";
name: "e/icons/enlightenment/shelf_position_right";
max: 24 24;
parts {
part {
@ -1055,7 +1055,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_right_top";
name: "e/icons/enlightenment/shelf_position_right_top";
max: 24 24;
parts {
part {
@ -1074,7 +1074,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_position_right_bottom";
name: "e/icons/enlightenment/shelf_position_right_bottom";
max: 24 24;
parts {
part {
@ -1093,7 +1093,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_bottom_desk";
name: "e/icons/enlightenment/shelf_bottom_desk";
max: 24 24;
parts {
part {
@ -1112,7 +1112,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_custom";
name: "e/icons/enlightenment/shelf_custom";
max: 24 24;
parts {
part {
@ -1131,7 +1131,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_dock";
name: "e/icons/enlightenment/shelf_dock";
max: 24 24;
parts {
part {
@ -1150,7 +1150,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_menu_bar";
name: "e/icons/enlightenment/shelf_menu_bar";
max: 24 24;
parts {
part {
@ -1169,7 +1169,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_panel";
name: "e/icons/enlightenment/shelf_panel";
max: 24 24;
parts {
part {
@ -1188,7 +1188,7 @@ group {
}
}
group {
name: "icons/enlightenment/shelf_top_desk";
name: "e/icons/enlightenment/shelf_top_desk";
max: 24 24;
parts {
part {
@ -1208,7 +1208,7 @@ group {
}
group {
name: "icons/enlightenment/wallpaper_stretch";
name: "e/icons/enlightenment/wallpaper_stretch";
max: 24 24;
parts {
part {
@ -1245,7 +1245,7 @@ group {
}
group {
name: "icons/enlightenment/wallpaper_tile";
name: "e/icons/enlightenment/wallpaper_tile";
max: 24 24;
parts {
part {
@ -1287,7 +1287,7 @@ group {
}
group {
name: "icons/enlightenment/wallpaper_center";
name: "e/icons/enlightenment/wallpaper_center";
max: 24 24;
parts {
part {
@ -1330,7 +1330,7 @@ group {
}
group {
name: "icons/enlightenment/wallpaper_scale_aspect_in";
name: "e/icons/enlightenment/wallpaper_scale_aspect_in";
max: 24 24;
parts {
part {
@ -1369,7 +1369,7 @@ group {
}
group {
name: "icons/enlightenment/wallpaper_scale_aspect_out";
name: "e/icons/enlightenment/wallpaper_scale_aspect_out";
max: 24 24;
parts {
part {
@ -1408,7 +1408,7 @@ group {
}
group {
name: "icons/enlightenment/gradient_h";
name: "e/icons/enlightenment/gradient_h";
max: 24 24;
parts {
part {
@ -1450,7 +1450,7 @@ group {
}
group {
name: "icons/enlightenment/gradient_v";
name: "e/icons/enlightenment/gradient_v";
max: 24 24;
parts {
part {
@ -1488,7 +1488,7 @@ group {
}
group {
name: "icons/enlightenment/gradient_du";
name: "e/icons/enlightenment/gradient_du";
max: 24 24;
parts {
part {
@ -1530,7 +1530,7 @@ group {
}
group {
name: "icons/enlightenment/gradient_dd";
name: "e/icons/enlightenment/gradient_dd";
max: 24 24;
parts {
part {
@ -1572,7 +1572,7 @@ group {
}
group {
name: "icons/enlightenment/gradient_rad";
name: "e/icons/enlightenment/gradient_rad";
max: 24 24;
parts {
part {

@ -3,7 +3,7 @@ images {
image: "e17_ilist_bg1.png" COMP;
}
group {
name: "widgets/ilist";
name: "e/widgets/ilist";
parts {
part {
name: "base";
@ -470,7 +470,7 @@ group {
}
group {
name: "widgets/ilist_odd";
name: "e/widgets/ilist_odd";
parts {
part {
name: "base";
@ -937,7 +937,7 @@ group {
}
group {
name: "widgets/ilist_header";
name: "e/widgets/ilist_header";
parts {
part {
name: "base";

@ -1,5 +1,5 @@
group {
name: "widgets/label";
name: "e/widgets/label";
parts {
part {
name: "e.text.label";

@ -9,7 +9,7 @@ images {
image: "e17_menu_separator.png" COMP;
}
group {
name: "widgets/menu/default/background";
name: "e/widgets/menu/default/background";
data {
// this tells e the border is shaped
// item: "shaped" "1";
@ -163,7 +163,7 @@ group {
}
}
group {
name: "widgets/menu/default/separator";
name: "e/widgets/menu/default/separator";
parts {
part {
name: "separator";
@ -191,7 +191,7 @@ group {
}
}
group {
name: "widgets/menu/default/item_bg";
name: "e/widgets/menu/default/item_bg";
parts {
part {
name: "e.swallow.content";
@ -212,7 +212,7 @@ group {
}
}
group {
name: "widgets/menu/default/submenu_bg";
name: "e/widgets/menu/default/submenu_bg";
parts {
part {
name: "e.swallow.content";
@ -233,7 +233,7 @@ group {
}
}
group {
name: "widgets/menu/default/check";
name: "e/widgets/menu/default/check";
parts {
part {
name: "outline";
@ -316,7 +316,7 @@ group {
}
}
group {
name: "widgets/menu/default/radio";
name: "e/widgets/menu/default/radio";
parts {
part {
name: "outline";
@ -399,7 +399,7 @@ group {
}
}
group {
name: "widgets/menu/default/icon";
name: "e/widgets/menu/default/icon";
parts {
part {
name: "e.swallow.content";