X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2Fmanual%2Fcpp%2Fdevel-property-wrap.cpp;h=bbadec933f207aa231a877fe09437ac3b5b9db67;hp=8f8940d3b1c951d41ce02ae65afd2a70f3ae14e5;hb=8e7cfd0c114bf778287cc6e67d0f42f3c866e205;hpb=c97f2442370ab9c9df1231eb774fce30dae10a91 diff --git a/plugins/dali-swig/manual/cpp/devel-property-wrap.cpp b/plugins/dali-swig/manual/cpp/devel-property-wrap.cpp old mode 100644 new mode 100755 index 8f8940d..bbadec9 --- a/plugins/dali-swig/manual/cpp/devel-property-wrap.cpp +++ b/plugins/dali-swig/manual/cpp/devel-property-wrap.cpp @@ -33,38 +33,38 @@ extern "C" { #endif -SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_BATCH_PARENT_get() { +SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_SIBLING_ORDER_get() { int jresult ; int result; - result = (int)Dali::DevelActor::Property::BATCH_PARENT; + result = (int)Dali::DevelActor::Property::SIBLING_ORDER; jresult = (int)result; return jresult; } -SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_SIBLING_ORDER_get() { +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_TOOLTIP_get() { int jresult ; int result; - result = (int)Dali::DevelActor::Property::SIBLING_ORDER; + result = (int)Dali::Toolkit::DevelControl::Property::TOOLTIP; jresult = (int)result; return jresult; } -SWIGEXPORT int SWIGSTDCALL CSharp_Renderer_Property_BATCHING_ENABLED_get() { +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_STATE_get() { int jresult ; int result; - result = (int)Dali::DevelRenderer::Property::BATCHING_ENABLED; + result = (int)Dali::Toolkit::DevelControl::Property::STATE; jresult = (int)result; return jresult; } -SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_TOOLTIP_get() { +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_SUB_STATE_get() { int jresult ; int result; - result = (int)Dali::Toolkit::DevelControl::Property::TOOLTIP; + result = (int)Dali::Toolkit::DevelControl::Property::SUB_STATE; jresult = (int)result; return jresult; }