Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_box.h e_box.c Log Message: e_box_orientation_get() =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_box.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_box.h 7 Feb 2005 13:51:09 -0000 1.4 +++ e_box.h 16 Feb 2005 11:21:07 -0000 1.5 @@ -10,6 +10,7 @@ EAPI int e_box_freeze (Evas_Object *obj); EAPI int e_box_thaw (Evas_Object *obj); EAPI void e_box_orientation_set (Evas_Object *obj, int horizontal); +EAPI int e_box_orientation_get (Evas_Object *obj); EAPI void e_box_homogenous_set (Evas_Object *obj, int homogenous); EAPI int e_box_pack_start (Evas_Object *obj, Evas_Object *child); EAPI int e_box_pack_end (Evas_Object *obj, Evas_Object *child); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_box.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_box.c 7 Feb 2005 13:51:09 -0000 1.3 +++ e_box.c 16 Feb 2005 11:21:07 -0000 1.4 @@ -107,6 +107,15 @@ if (sd->frozen <= 0) _e_box_smart_reconfigure(sd); } +int +e_box_orientation_get(Evas_Object *obj) +{ + E_Smart_Data *sd; + + sd = evas_object_smart_data_get(obj); + return sd->horizontal; +} + void e_box_homogenous_set(Evas_Object *obj, int homogenous) { ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs