summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_property_bind_part.eo
blob: c8438d90f9e55d66c05c52ef6970b86d39b58593 (plain)
1
2
3
4
5
6
7
8
9
10
11
class @beta Efl.Ui.Property_Bind_Part extends Efl.Object implements Efl.Ui.Property_Bind
{
   [[Every part returned by an @Efl.Ui.Widget_Factory will enable the @Efl.Ui.Factory to
     remember what part to call @Efl.Ui.Property_Bind.property_bind on when an item is created
     enabling to propagate binding model property to item object property.
   ]]
   implements {
      Efl.Ui.Property_Bind.property_bind;
      Efl.Object.destructor;
   }
}