edje: Object Geometry Group created in documentation.
authorgastal <gastal>
Fri, 21 Sep 2012 17:20:39 +0000 (17:20 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 Sep 2012 17:20:39 +0000 (17:20 +0000)
Author:    Lucas Joia <lucasjoia@profusion.mobi>

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@76981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Edje.h

index bb4fb01..772354c 100644 (file)
@@ -2425,6 +2425,28 @@ EAPI Eina_Bool    edje_object_color_class_get         (const Evas_Object *o, con
 EAPI Eina_Bool    edje_object_text_class_set          (Evas_Object *obj, const char *text_class, const char *font, Evas_Font_Size size);
 
 /**
+ * @}
+ */
+
+/**
+ * @defgroup Edje_Object_Geometry_Group Edje Object Geometry
+ *
+ * @brief Functions that deal with object's geometry.
+ *
+ * By geometry we mean size and position. So in this groups there are
+ * functions to manipulate object's geometry or retrieve information
+ * about it.
+ *
+ * Keep in mind that by changing an object's geometry, it may affect
+ * the appearance in the screen of the parts inside. Most times
+ * that is what you want.
+ *
+ * @ingroup Edje_Object_Group
+ *
+ * @{
+ */
+
+/**
  * @brief Get the minimum size specified -- as an EDC property -- for a
  * given Edje object
  *
@@ -2604,6 +2626,16 @@ EAPI Eina_Bool    edje_object_parts_extends_calc      (Evas_Object *obj, Evas_Co
 EAPI void         edje_object_size_min_restricted_calc(Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh, Evas_Coord restrictedw, Evas_Coord restrictedh);
 
 /**
+ * @}
+ */
+
+/**
+ * @addtogroup Edje_Object_Group
+ *
+ * @{
+ */
+
+/**
  * @brief Check if an Edje part exists in a given Edje object's group
  * definition.
  *