---
.../elementary/elementary.c_elementary_panel.pxi | 13 -------------
.../include/elementary/c_elementary.pxd | 18 +++++++++---------
2 files changed, 9 insertions(+), 22 deletions(-)
diff --git a/python-elementary/elementary/elementary.c_elementary_panel.pxi b/python-elementary/elementary/elementary.c_elementary_panel.pxi
index 5a4faae..d4843c6 100644
--- a/python-elementary/elementary/elementary.c_elementary_panel.pxi
+++ b/python-elementary/elementary/elementary.c_elementary_panel.pxi
@@ -49,17 +49,4 @@ cdef class Panel(Object):
def toggle(self):
elm_panel_toggle(self.obj)
- def content_set(self, c_evas.Object content):
- cdef c_evas.Evas_Object *o
- if content is not None:
- o = content.obj
- else:
- o = NULL
- elm_object_part_content_set(self.obj, NULL, o)
-
- property content:
- def __set__(self, c_evas.Object content):
- self.content_set(content)
-
-
_elm_widget_type_register("panel", Panel)
diff --git a/python-elementary/include/elementary/c_elementary.pxd b/python-elementary/include/elementary/c_elementary.pxd
index d6bec0f..3d5af4d 100644
--- a/python-elementary/include/elementary/c_elementary.pxd
+++ b/python-elementary/include/elementary/c_elementary.pxd
@@ -211,10 +211,10 @@ cdef extern from "Elementary.h":
ELM_OBJECT_SELECT_MODE_MAX
ctypedef enum Elm_Panel_Orient:
- ELM_PANEL_ORIENT_TOP,
- ELM_PANEL_ORIENT_BOTTOM,
- ELM_PANEL_ORIENT_LEFT,
- ELM_PANEL_ORIENT_RIGHT,
+ ELM_PANEL_ORIENT_TOP
+ ELM_PANEL_ORIENT_BOTTOM
+ ELM_PANEL_ORIENT_LEFT
+ ELM_PANEL_ORIENT_RIGHT
ctypedef enum Elm_Policy:
ELM_POLICY_QUIT
@@ -1234,8 +1234,8 @@ cdef extern from "Elementary.h":
# Panel
evas.c_evas.Evas_Object *elm_panel_add(evas.c_evas.Evas_Object *parent)
- void elm_panel_orient_set(evas.c_evas.Evas_Object *obj, Elm_Panel_Orient orient)
- Elm_Panel_Orient elm_panel_orient_get(evas.c_evas.Evas_Object *obj)
- void elm_panel_hidden_set(evas.c_evas.Evas_Object *obj, evas.c_evas.Eina_Bool hidden)
- evas.c_evas.Eina_Bool elm_panel_hidden_get(evas.c_evas.Evas_Object *obj)
- void elm_panel_toggle(evas.c_evas.Evas_Object *obj)
+ void elm_panel_orient_set(evas.c_evas.Evas_Object *obj, Elm_Panel_Orient orient)
+ Elm_Panel_Orient elm_panel_orient_get(evas.c_evas.Evas_Object *obj)
+ void elm_panel_hidden_set(evas.c_evas.Evas_Object *obj, evas.c_evas.Eina_Bool hidden)
+ evas.c_evas.Eina_Bool elm_panel_hidden_get(evas.c_evas.Evas_Object *obj)
+ void elm_panel_toggle(evas.c_evas.Evas_Object *obj)
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel