Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_text_trigger.c Log Message: - add documentation =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text_trigger.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_text_trigger.c 4 Jun 2007 18:37:34 -0000 1.1 +++ ewl_text_trigger.c 4 Jun 2007 20:37:41 -0000 1.2 @@ -260,6 +260,16 @@ DRETURN_INT(t->char_base, DLEVEL_STABLE); } +/** + * @param t: The Ewl_Text parent + * @param cur: The trigger to work with + * @param x: The x position + * @param y: The y position + * @param w: The width + * @param h: The height + * @return Returns no value + * @brief Creates a trigger area at the given co-ordinates + */ void ewl_text_trigger_area_add(Ewl_Text *t, Ewl_Text_Trigger *cur, int x, int y, int w, int h) @@ -293,6 +303,11 @@ DLEAVE_FUNCTION(DLEVEL_STABLE); } +/** + * @param trig: The trigger to work with + * @return Returns no value + * @brief Cleans up the trigger areas for @a trig + */ void ewl_text_trigger_areas_cleanup(Ewl_Text_Trigger *trig) { @@ -311,7 +326,12 @@ DLEAVE_FUNCTION(DLEVEL_STABLE); } - + +/** + * @param trig: + * @return Returns no value + * @brief Configures the areas associated with @a trig + */ void ewl_text_trigger_areas_configure(Ewl_Text_Trigger *trig) { ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs