summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_popup_part.eo
blob: ff7ef972ec86051fc759ba1d32d0700b84c62326 (plain)
1
2
3
4
5
6
7
8
9
10
class Elm.Popup.Part (Efl.Ui.Layout.Part, Efl.Text)
{
   [[Elementary popup internal part class]]
   data: null;
   implements {
      Efl.Container.content { get; set; }
      Efl.Container.content_unset;
      Efl.Text.text { set; get; }
   }
}