devilhorns pushed a commit to branch master.

commit bdd95a1546d0e778043ec3dee2ab9557d034a857
Author: Chris Michael <[email protected]>
Date:   Wed Sep 4 08:16:22 2013 +0100

    Add API function for elm_win_window_id_get.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/elm_win_legacy.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h
index e93636c..c41ebad 100644
--- a/src/lib/elm_win_legacy.h
+++ b/src/lib/elm_win_legacy.h
@@ -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);

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to