[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-svn
Subject:    E SVN: billiob trunk/e/src/bin
From:       "Enlightenment SVN" <no-reply () enlightenment ! org>
Date:       2011-06-30 20:37:34
Message-ID: 20110630203734.D18E61180C4 () e2 ! enlightenment ! org
[Download RAW message or body]

Log:
e: add e_popup_alpha_set()/get()

Author:       billiob
Date:         2011-06-30 13:37:34 -0700 (Thu, 30 Jun 2011)
New Revision: 60885
Trac:         http://trac.enlightenment.org/e/changeset/60885

Modified:
  trunk/e/src/bin/e_popup.c trunk/e/src/bin/e_popup.h 

Modified: trunk/e/src/bin/e_popup.c
===================================================================
--- trunk/e/src/bin/e_popup.c	2011-06-30 20:02:12 UTC (rev 60884)
+++ trunk/e/src/bin/e_popup.c	2011-06-30 20:37:34 UTC (rev 60885)
@@ -75,6 +75,18 @@
 }
 
 EAPI void
+e_popup_alpha_set(E_Popup *pop, Eina_Bool alpha)
+{
+   ecore_evas_alpha_set(pop->ecore_evas, alpha);
+}
+
+EAPI Eina_Bool
+e_popup_alpha_get(E_Popup *pop)
+{
+   return ecore_evas_alpha_get(pop->ecore_evas);
+}
+
+EAPI void
 e_popup_name_set(E_Popup *pop, const char *name)
 {
    if (eina_stringshare_replace(&pop->name, name))

Modified: trunk/e/src/bin/e_popup.h
===================================================================
--- trunk/e/src/bin/e_popup.h	2011-06-30 20:02:12 UTC (rev 60884)
+++ trunk/e/src/bin/e_popup.h	2011-06-30 20:37:34 UTC (rev 60885)
@@ -34,6 +34,8 @@
 
 EAPI E_Popup    *e_popup_new(E_Zone *zone, int x, int y, int w, int h);
 EAPI void        e_popup_name_set(E_Popup *pop, const char *name);
+EAPI void        e_popup_alpha_set(E_Popup *pop, Eina_Bool alpha);
+EAPI Eina_Bool   e_popup_alpha_get(E_Popup *pop);
 EAPI void        e_popup_show(E_Popup *pop);
 EAPI void        e_popup_hide(E_Popup *pop);
 EAPI void        e_popup_move(E_Popup *pop, int x, int y);


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
enlightenment-svn mailing list
enlightenment-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic