seoz pushed a commit to branch master.

http://git.enlightenment.org/tools/elm-theme-viewer.git/commit/?id=65f6bfc0f308ee3a9e9356a9209802631462e180

commit 65f6bfc0f308ee3a9e9356a9209802631462e180
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Feb 28 01:32:41 2014 +0900

    widget_style: filter widget style name on the style list.
    
    Second phase.
---
 src/bin/widget_style.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/src/bin/widget_style.c b/src/bin/widget_style.c
index 129f4a1..afca72b 100644
--- a/src/bin/widget_style.c
+++ b/src/bin/widget_style.c
@@ -76,6 +76,18 @@ widget_style_filter(const Style_Data *sd)
       case ETV_ID_FLIPSELECTOR:
       case ETV_ID_FRAME:
       case ETV_ID_HOVER:
+      case ETV_ID_LABEL:
+      case ETV_ID_PHOTO:
+      case ETV_ID_PHOTOCAM:
+      case ETV_ID_PLAYER:
+      case ETV_ID_POINTER:
+      case ETV_ID_POPUP:
+      case ETV_ID_RADIO:
+      case ETV_ID_SLIDESHOW:
+      case ETV_ID_SPINNER:
+      case ETV_ID_THUMB:
+      case ETV_ID_TOOLTIP:
+      case ETV_ID_VIDEO:
          style = sd->style + strlen("base/");
          break;
 
@@ -91,6 +103,22 @@ widget_style_filter(const Style_Data *sd)
       case ETV_ID_GENLIST:
       case ETV_ID_ICON:
       case ETV_ID_INDEX:
+      case ETV_ID_LAYOUT:
+      case ETV_ID_LIST:
+      case ETV_ID_MAP:
+      case ETV_ID_MENU:
+      case ETV_ID_MULTIBUTTONENTRY:
+      case ETV_ID_NAVIFRAME: // item
+      case ETV_ID_NOTIFY:
+      case ETV_ID_PANEL: // bottom, left, right, top
+      case ETV_ID_PANES:
+      case ETV_ID_PROGRESSBAR:
+      case ETV_ID_SCROLLER:
+      case ETV_ID_SEGMENT_CONTROL:
+      case ETV_ID_SEPARATOR: // horizontal, vertical
+      case ETV_ID_SLIDER: // horizontal/vertical, indicator, popup, ...
+      case ETV_ID_TOOLBAR: // base, item, more, object, separator
+      case ETV_ID_WIN: // base, inwin
       default:
          //style = _style_split_2(sd->style);
          break;

-- 


Reply via email to