[atk] docs: Add documentation for AtkRectangle



commit 7c2fd74c8c92eb039cd8ac01255d55caed399703
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Tue Aug 13 12:07:22 2013 +0200

    docs: Add documentation for AtkRectangle
    
    https://bugzilla.gnome.org/show_bug.cgi?id=491998

 atk/atkcomponent.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h
index 49b5202..c14ac22 100755
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -65,6 +65,16 @@ typedef void (*AtkFocusHandler) (AtkObject* object, gboolean focus_in);
 
 typedef struct _AtkRectangle       AtkRectangle;
 
+/**
+ * AtkRectangle:
+ * @x: X coordinate of the left side of the rectangle.
+ * @y: Y coordinate of the top side of the rectangle.
+ * @width: width of the rectangle.
+ * @height: height of the rectangle.
+ *
+ * A data structure for holding a rectangle. Those coordinates are
+ * relative to the component top-level parent.
+ */
 struct _AtkRectangle
 {
   gint x;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]