diff --git a/doc/en/Gdk/Color.xml b/doc/en/Gdk/Color.xml
index 864f58e30..26969c5c2 100644
--- a/doc/en/Gdk/Color.xml
+++ b/doc/en/Gdk/Color.xml
@@ -309,11 +309,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A specifying the color.
+ The to fill in.
+ Parses a textual specification of a color and fill in the red, green, and blue fields of a structure.
+ A which indicates whether the parsing succeeded.
+
+ The color is not allocated.
+ The text string can be in any of the forms accepted by XParseColor; these include name for a color from rgb.txt, such as DarkSlateGray, or a hex specification such as #3050b2 or #35b.
+
@@ -349,4 +352,4 @@
-
+
\ No newline at end of file
diff --git a/doc/en/Gtk/CellRenderer.xml b/doc/en/Gtk/CellRenderer.xml
index c7266296f..f31cd3ce7 100644
--- a/doc/en/Gtk/CellRenderer.xml
+++ b/doc/en/Gtk/CellRenderer.xml
@@ -668,9 +668,9 @@ public class CellRendererCompletion : CellRendererText
Location to fill in with the fixed width of the widget, or .
Location to fill in with the fixed height of the widget, or .
- Fills in and with the appropriate size.
+ Fills in and with the appropriate size.
-
+
\ No newline at end of file
diff --git a/doc/en/Gtk/Container.xml b/doc/en/Gtk/Container.xml
index 0b21341d0..388bed9de 100644
--- a/doc/en/Gtk/Container.xml
+++ b/doc/en/Gtk/Container.xml
@@ -117,7 +117,7 @@
Removes a focus chain.
- Removes a focus chain explicitly set with .
+ Removes a focus chain explicitly set with .
@@ -720,4 +720,4 @@ foreach (Widget w in myContainer) {
-
+
\ No newline at end of file
diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml
index 868721098..2eab0c026 100644
--- a/doc/en/Gtk/Widget.xml
+++ b/doc/en/Gtk/Widget.xml
@@ -178,7 +178,7 @@
if focus ended up inside .
- This method is used by custom implementations; if you're writing an app, you'd use to move the focus to a particular , and to change the focus tab order. So you may want to investigate those methods instead.
+ This method is used by custom implementations; if you're writing an app, you'd use to move the focus to a particular , and to change the focus tab order. So you may want to investigate those methods instead.
is called by containers as the user moves around the window using keyboard shortcuts. indicates what kind of motion is taking place (up, down, left, right, tab forward, tab backward). invokes the event on ; override the default handler for this event in order to implement appropriate focus behavior.
@@ -4853,4 +4853,4 @@ Widgets are required to honor the size allocation they receive; a size request i
GLib.TypeInitializer(typeof(Gtk.Widget), "ClassInit")
-
+
\ No newline at end of file
diff --git a/doc/en/Pango/FontDescription.xml b/doc/en/Pango/FontDescription.xml
index 7ace167f7..cbbe54b3d 100644
--- a/doc/en/Pango/FontDescription.xml
+++ b/doc/en/Pango/FontDescription.xml
@@ -247,9 +247,20 @@ Any one of the options may be absent. If FAMILY-LIST is absent, then the family_
- The size of the font in pango units.
- the size field for the font description in pango units. Returns 0 if the stretch field has not previously been set. Use to find out if the field was explicitly set or not.
- There are pango units in one device unit - for fonts, font points are the device unit. Therefore, the size of the font in points is / .
+ The size of the font in fractional points.
+
+
+The size field for the font description scaled by . Setting this field is in fractional points. When getting the Size the value is either in points or device units. Use to find out which is the case.
+
+
+
+Returns 0 if the size field has not previously been set. Use to find out if the field was explicitly set or not.
+
+
+
+ There are pango units in one device unit - for fonts, font points are the device unit. Therefore, the size of the font in points is / .
+ Use if you need to set a particular size in device units
+
@@ -342,9 +353,9 @@ Any one of the options may be absent. If FAMILY-LIST is absent, then the family_
- To be added
- a
- To be added
+ Determines whether the size of the font is in points (not absolute) or device units (absolute).
+ a , indicating whether the Size for the FontDescription is in points or device units.
+ See and .
@@ -355,11 +366,11 @@ Any one of the options may be absent. If FAMILY-LIST is absent, then the family_
System.Double
- To be added
- a
- To be added
+ The size of the font in device units.
+ A , the new size in Pango units.
+ There are Pango units in one device unit. For an output backend where a device unit is a pixel, an AbsoluteSize value of 10 * gives a 10 pixel font.
-
+
\ No newline at end of file