Add API function for elm_win_window_id_get.
authorChris Michael <cp.michael@samsung.com>
Wed, 4 Sep 2013 07:16:22 +0000 (08:16 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 4 Sep 2013 07:16:22 +0000 (08:16 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
legacy/elementary/src/lib/elm_win_legacy.h

index e93636c..c41ebad 100644 (file)
@@ -1296,3 +1296,13 @@ EAPI void                  elm_win_floating_mode_set(Evas_Object *obj, Eina_Bool
  */
 EAPI Eina_Bool             elm_win_floating_mode_get(const Evas_Object *obj);
 
+/**
+ * Get the Ecore_Window of an Evas_Object
+ * 
+ * @param obj The window object
+ * @return The Ecore_Window of an Evas_Object
+ * 
+ * @ingroup Win
+ * @since 1.8
+ */
+EAPI Ecore_Window          elm_win_window_id_get(const Evas_Object *obj);