APPLY_RSA
[apps/home/ug-memo-efl.git] / extend / extended-edc.h
index db8894c..009c908 100644 (file)
@@ -1,18 +1,20 @@
 /*
-  * Copyright 2012  Samsung Electronics Co., Ltd
-  * 
-  * Licensed under the Flora License, Version 1.0 (the "License");
-  * you may not use this file except in compliance with the License.
-  * You may obtain a copy of the License at
-  * 
-  *     http://www.tizenopensource.org/license
-  * 
-  * Unless required by applicable law or agreed to in writing, software
-  * distributed under the License is distributed on an "AS IS" BASIS,
-  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
+*
+* Copyright 2012  Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.tizenopensource.org/license
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
 
 #ifndef __EXTENDED_EDC_H__
 #define __EXTENDED_EDC_H__
@@ -250,7 +252,6 @@ part {\
                state: "default" 0.0;\
                rel1 { relative: 0.0 0.0; to: iTo; } \
                rel2 { relative: 1.0 1.0; to: iTo; } \
-               fixed: 1 1; \
        } \
 } \
 
@@ -293,7 +294,7 @@ part {\
        } \
 } \
 
-#define PART_TEXT(iName, iTo, iText, iFont, iSize,\
+#define PART_TEXT(iName, iTo, iText, iFont, iClass, iSize,\
                iAx, iAy, iCr, iCg, iCb, iCa)\
 part {\
        name: iName;\
@@ -308,6 +309,7 @@ part {\
                text {\
                        text: iText;\
                        font: iFont;\
+                       text_class: iClass;\
                        size: iSize;\
                        align: iAx iAy;\
                } \
@@ -315,9 +317,9 @@ part {\
 } \
 
 #define PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t,\
-               iText, iFont, iSize, iAx, iAy, iCr, iCg, iCb, iCa)\
+               iText, iFont, iClass, iSize, iAx, iAy, iCr, iCg, iCb, iCa)\
 PART_RECT("_"iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t)\
-PART_TEXT(iName, "_"iName, iText, iFont, iSize, iAx, iAy, iCr, iCg, iCb, iCa)\
+PART_TEXT(iName, "_"iName, iText, iFont, iClass, iSize, iAx, iAy, iCr, iCg, iCb, iCa)\
 
 /***********************************************************************/
 /* script */