Manual binding for Visual and Tooltip properties in devel-api
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / SWIG / events / control-event.i
index 55c2435..150be84 100755 (executable)
         SetProperty( View.Property.TOOLTIP, new Dali.Property.Value( value ) );
       }
     }
+
+    public string TooltipText
+    {
+      set
+      {
+        SetProperty( View.Property.TOOLTIP, new Dali.Property.Value( value ) );
+      }
+    }
  %}
 %enddef