Efl.Ui.Popup_* (from Efl.Ui.Popup.*)
authorXavi Artigas <xavierartigas@yahoo.es>
Mon, 9 Apr 2018 13:31:05 +0000 (15:31 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 29 May 2018 17:13:45 +0000 (02:13 +0900)
Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/elementary/efl_ui_popup.eo
src/lib/elementary/efl_ui_popup_alert.eo
src/lib/elementary/efl_ui_popup_alert_part.eo
src/lib/elementary/efl_ui_popup_alert_scroll_part.eo
src/lib/elementary/efl_ui_popup_alert_text_part.eo
src/lib/elementary/efl_ui_popup_anchor.eo
src/lib/elementary/efl_ui_popup_part.eo

index 1038fab..676f769 100644 (file)
@@ -1,4 +1,4 @@
-enum Efl.Ui.Popup.Align {
+enum Efl.Ui.Popup_Align {
     [[Popup alignment type]]
     none = 0, [[Popup not aligned]]
     center,   [[Popup aligned to center]]
@@ -20,7 +20,7 @@ class Efl.Ui.Popup(Efl.Ui.Layout.Object, Efl.Content)
             [[ Get the current popup alignment.]]
          }
          values {
-             type: Efl.Ui.Popup.Align; [[Alignment type]]
+             type: Efl.Ui.Popup_Align; [[Alignment type]]
          }
       }
       @property timeout {
@@ -49,7 +49,7 @@ class Efl.Ui.Popup(Efl.Ui.Layout.Object, Efl.Content)
       }
    }
    parts {
-      backwall: Efl.Ui.Popup.Part; [[A backwall behind the popup.]]
+      backwall: Efl.Ui.Popup_Part; [[A backwall behind the popup.]]
    }
    implements {
       Efl.Object.constructor;
index 344eb8c..3dc77fb 100644 (file)
@@ -1,13 +1,13 @@
-enum Efl.Ui.Popup_Alert.Button {
+enum Efl.Ui.Popup_Alert_Button {
    [[Defines the type of the alert button.]]
    positive = 0, [[Button having positive meaning. e.g. "Yes"]]
    negative, [[Button having negative meaning. e.g. "No"]]
    user [[Button having user-defined meaning. e.g. "Cancel"]]
 }
 
-struct Efl.Ui.Popup_Alert.Button.Clicked_Event {
+struct Efl.Ui.Popup_Alert_Button_Clicked_Event {
    [[Information of clicked event]]
-   button_type: Efl.Ui.Popup_Alert.Button; [[Clicked button type]]
+   button_type: Efl.Ui.Popup_Alert_Button; [[Clicked button type]]
 }
 
 class Efl.Ui.Popup_Alert(Efl.Ui.Popup)
@@ -19,7 +19,7 @@ class Efl.Ui.Popup_Alert(Efl.Ui.Popup)
             [[Set popup buttons.]]
          }
          keys {
-            type: Efl.Ui.Popup_Alert.Button; [[Alert popup button type]]
+            type: Efl.Ui.Popup_Alert_Button; [[Alert popup button type]]
          }
          values {
             text: string; [[Alert string on button]]
@@ -32,6 +32,6 @@ class Efl.Ui.Popup_Alert(Efl.Ui.Popup)
       Efl.Part.part;
    }
    events {
-      button,clicked: Efl.Ui.Popup_Alert.Button.Clicked_Event; [[Called when alert popup was clicked]]
+      button,clicked: Efl.Ui.Popup_Alert_Button_Clicked_Event; [[Called when alert popup was clicked]]
    }
 }
index 31198e1..1ca02b9 100644 (file)
@@ -1,4 +1,4 @@
-class Efl.Ui.Popup_Alert.Part (Efl.Ui.Layout.Part_Text)
+class Efl.Ui.Popup_Alert_Part (Efl.Ui.Layout.Part_Text)
 {
    [[Efl UI Popup Alert internal part class]]
    data: null;
index 1514b51..b890b98 100644 (file)
@@ -1,4 +1,4 @@
-class Efl.Ui.Popup_Alert_Scroll.Part (Efl.Ui.Layout.Part_Content, Efl.Ui.Layout.Part_Text)
+class Efl.Ui.Popup_Alert_Scroll_Part (Efl.Ui.Layout.Part_Content, Efl.Ui.Layout.Part_Text)
 {
    [[Efl UI Popup Alert Scroll internal part class]]
    data: null;
index 6c2231a..236ef2f 100644 (file)
@@ -1,4 +1,4 @@
-class Efl.Ui.Popup_Alert_Text.Part (Efl.Ui.Layout.Part_Content, Efl.Ui.Layout.Part_Text)
+class Efl.Ui.Popup_Alert_Text_Part (Efl.Ui.Layout.Part_Content, Efl.Ui.Layout.Part_Text)
 {
    [[Efl UI Popup Alert Text internal part class]]
    data: null;
index 5aed56e..b47a7b2 100644 (file)
@@ -25,11 +25,11 @@ class Efl.Ui.Popup_Anchor(Efl.Ui.Popup)
             [[Get the align priority of a popup.]]
          }
          values {
-            first: Efl.Ui.Popup.Align;  [[First align priority]]
-            second: Efl.Ui.Popup.Align; [[Second align priority]]
-            third: Efl.Ui.Popup.Align;  [[Third align priority]]
-            fourth: Efl.Ui.Popup.Align; [[Fourth align priority]]
-            fifth: Efl.Ui.Popup.Align;  [[Fifth align priority]]
+            first: Efl.Ui.Popup_Align;  [[First align priority]]
+            second: Efl.Ui.Popup_Align; [[Second align priority]]
+            third: Efl.Ui.Popup_Align;  [[Third align priority]]
+            fourth: Efl.Ui.Popup_Align; [[Fourth align priority]]
+            fifth: Efl.Ui.Popup_Align;  [[Fifth align priority]]
          }
       }
    }
index 2e49698..2825578 100644 (file)
@@ -1,4 +1,4 @@
-class Efl.Ui.Popup.Part (Efl.Ui.Layout.Part, Efl.Canvas.Object, Efl.File)
+class Efl.Ui.Popup_Part (Efl.Ui.Layout.Part, Efl.Canvas.Object, Efl.File)
 {
    [[Efl UI Popup internal part class]]
    data: null;