diff --git a/doc/en/Atk/EditableText.xml b/doc/en/Atk/EditableText.xml
index b1c698ec8..e7fd2f5c6 100644
--- a/doc/en/Atk/EditableText.xml
+++ b/doc/en/Atk/EditableText.xml
@@ -82,7 +82,7 @@
end position
- This method only cuts the text up to , it does not include the text at that position.
+ This method only cuts the text up to , it does not include the text at that position.
@@ -103,7 +103,7 @@
end position
- This method only copies the text up to , it does not include the text at that position.
+ This method only copies the text up to , it does not include the text at that position.
@@ -170,4 +170,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gdk/GC.xml b/doc/en/Gdk/GC.xml
index f02ee2f93..1d7e002b9 100644
--- a/doc/en/Gdk/GC.xml
+++ b/doc/en/Gdk/GC.xml
@@ -59,7 +59,7 @@
The GC to copy.
- Copies the settings of the graphics
+ Copies the settings of the graphics
context into this GC.
@@ -659,4 +659,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gnome/Canvas.xml b/doc/en/Gnome/Canvas.xml
index 4f16bc38c..3820dadb3 100644
--- a/doc/en/Gnome/Canvas.xml
+++ b/doc/en/Gnome/Canvas.xml
@@ -325,7 +325,7 @@
if spec is non-NULL and the color is
- allocated. If spec is , then returns
+ allocated. If spec is , then returns
.
To be added
@@ -976,4 +976,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gnome/RestartStyle.xml b/doc/en/Gnome/RestartStyle.xml
index 6ff471766..acbcca007 100644
--- a/doc/en/Gnome/RestartStyle.xml
+++ b/doc/en/Gnome/RestartStyle.xml
@@ -11,7 +11,7 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.The various ways in which the session manager can restart a client.
- Set by calling .
+ Set by calling .System.Enum
@@ -95,4 +95,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/AccelGroup.xml b/doc/en/Gtk/AccelGroup.xml
index 7e64883d6..8c737c435 100644
--- a/doc/en/Gtk/AccelGroup.xml
+++ b/doc/en/Gtk/AccelGroup.xml
@@ -104,7 +104,7 @@
Installs an accelerator in this group, using an
accelerator path to look up the appropriate key and modifiers
(see 'gtk_accel_map_add_entry'). When the
- group is being activated in response to a call to , will be invoked if the accel_key and
+ group is being activated in response to a call to , will be invoked if the accel_key and
accel_mods from
match the key and modifiers for the path.
Path used for determining key and modifiers.
@@ -309,4 +309,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/Box.xml b/doc/en/Gtk/Box.xml
index de08b54a9..68115f1f7 100644
--- a/doc/en/Gtk/Box.xml
+++ b/doc/en/Gtk/Box.xml
@@ -54,8 +54,8 @@
Change the packing properties of a child that is currently in this box.
The child widget whose layout should be adjusted
- If , the child widget will expand to use as much space as it is given.
- If , the child widget will request as much space as is available.
+ If , the child widget will expand to use as much space as it is given.
+ If , the child widget will request as much space as is available.
The size (in pixels) of a border to place around the specified child widget.
Whether this child widget should be packed from the beginning of the box, (eg. the left, or the top), or from the end, (eg. the right or the bottom)
@@ -112,8 +112,8 @@
Add a widget to the 'start' of a box with the specified packing properties.
A widget to pack into the box.
- If , the child widget will expand to use as much space as it is given.
- If , the child widget will request as much space as is available.
+ If , the child widget will expand to use as much space as it is given.
+ If , the child widget will request as much space as is available.
The size (in pixels) of a border to place around the specified child widget.
To add a widget to the start of a box with default packing, use
@@ -135,8 +135,8 @@
Add a widget to the 'end' of a box with the specified packing properties.
A widget to pack into the box.
- If , the child widget will expand to use as much space as it is given.
- If , the child widget will request as much space as is available.
+ If , the child widget will expand to use as much space as it is given.
+ If , the child widget will request as much space as is available.
The size (in pixels) of a border to place around the specified child widget.
To add a widget to the end of a box with default packing, use
@@ -283,4 +283,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/ButtonPressEventHandler.xml b/doc/en/Gtk/ButtonPressEventHandler.xml
index 759d4d2e4..0083a7627 100644
--- a/doc/en/Gtk/ButtonPressEventHandler.xml
+++ b/doc/en/Gtk/ButtonPressEventHandler.xml
@@ -9,7 +9,7 @@
Represents a method that will handle a button press event
- The events is provided an value that contains
+ The events is provided an value that contains
the event data ().
@@ -33,4 +33,4 @@
System.Void
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/Clipboard.xml b/doc/en/Gtk/Clipboard.xml
index 2eb388fb0..b778f40f0 100644
--- a/doc/en/Gtk/Clipboard.xml
+++ b/doc/en/Gtk/Clipboard.xml
@@ -17,8 +17,8 @@
and are quite similar; the choice between the two depends mostly on which is more convenient in a particular situation. The former is most useful when you want to have a blob of data with callbacks to convert it into the various data types that you advertise. When the clear_func you provided is called, you simply free the data blob. The latter is more useful when the contents of clipboard reflect the internal state of a (As an example, for the PRIMARY clipboard, when an entry widget provides the contents for the clipboar the contents are simply the text within the selected region.) If the contents change, the entry widget can call to update the timestamp for clipboard ownership, without having to worry about clear_func being called.Requesting the data from the clipboard is essentially asynchronous. If the contents of the clipboard are provided within the same process, then a direct function call will be made to retrieve the data, but if they are provided by another process, then the data needs to be retrieved from the other process, which may take some time. To avoid blocking the user interface, the call to request the selection, takes a callback that will be called when the contents are received (or when the request fails.) If you do not want to deal with providing a separate callback, you can also use . What this does is run the GLib main loop recursively waiting for the contents. This can simplify the code flow, but you still have to be aware that other callbacks in your program can be called while this recursive mainloop is running.
- Along with the functions to get the clipboard contents as an arbitrary data chunk, there are also functions to retrieve it as text, and . These functions take care of determining which formats are advertised by the clipboard provider, asking for the clipboard in the best available format and converting the results into the UTF-8 encoding. (The standard form for representing strings in Gtk#.)
+ GLib.Opaque
@@ -308,4 +308,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/DeleteType.xml b/doc/en/Gtk/DeleteType.xml
index 14c77a696..a1d6f6b80 100644
--- a/doc/en/Gtk/DeleteType.xml
+++ b/doc/en/Gtk/DeleteType.xml
@@ -75,9 +75,6 @@
Delete the whole line.
-
- Delete the whole line, like C-k in Emacs or dd in Vi.
-
diff --git a/doc/en/Gtk/DrawingArea.xml b/doc/en/Gtk/DrawingArea.xml
index 3150ed16c..eccc3c602 100644
--- a/doc/en/Gtk/DrawingArea.xml
+++ b/doc/en/Gtk/DrawingArea.xml
@@ -13,14 +13,14 @@
The widget is used for creating custom user interface elements.
- The widget is used for creating custom user interface elements. It's essentially a blank widget; you can draw on ->window. After creating a drawing area, the application may want to connect to:
+ The widget is used for creating custom user interface elements. It's essentially a blank widget; you can draw on ->window. After creating a drawing area, the application may want to connect to:
- 1) Mouse and button press signals to respond to input from the user. (Use to enable events you wish to receive).
- 2) The signal to take any necessary actions when the widget is instantiated on a particular display. (Create GDK resources in response to this signal.)
- 3) The signal to take any necessary actions when the widget changes size.
- 4) The signal to handle redrawing the contents of the widget.
+ 1) Mouse and button press signals to respond to input from the user. (Use to enable events you wish to receive).
+ 2) The signal to take any necessary actions when the widget is instantiated on a particular display. (Create GDK resources in response to this signal.)
+ 3) The signal to take any necessary actions when the widget changes size.
+ 4) The signal to handle redrawing the contents of the widget.
-
+
Expose events are normally delivered when a drawing area first comes onscreen, or when it's covered by another window and then uncovered (exposed). You can also force an expose event by adding to the "damage region" of the drawing area's window; and are equally good ways to do this. You'll then get an expose event for the invalid region. See also for drawing a .
@@ -161,4 +161,4 @@ class LayoutSample : DrawingArea
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/Entry.xml b/doc/en/Gtk/Entry.xml
index 898fb640b..b2ecdce30 100644
--- a/doc/en/Gtk/Entry.xml
+++ b/doc/en/Gtk/Entry.xml
@@ -181,9 +181,7 @@ class EntrySample
Method
-
- System.String
-
+ System.String
@@ -1012,4 +1010,4 @@ class EntrySample
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/HTML.xml b/doc/en/Gtk/HTML.xml
index c73a0f548..77a39c390 100644
--- a/doc/en/Gtk/HTML.xml
+++ b/doc/en/Gtk/HTML.xml
@@ -400,9 +400,9 @@ class X {
mcs sample.cs -pkg:gtkhtml-sharp
- echo "
- Hello World
- " | mono sample.exe
+ echo "<html>
+ <body>Hello <b>World</b></body>
+ </html>" | mono sample.exe
@@ -504,9 +504,9 @@ class X {
mcs sample.cs -pkg:gtkhtml-sharp
- echo "
- Hello World
- " | mono sample.exe
+ echo "<html>
+ <body>Hello <b>World</b></body>
+ </html>" | mono sample.exe
@@ -866,9 +866,9 @@ class X {
mcs sample.cs -pkg:gtkhtml-sharp
- echo "
- Hello World
- " | mono sample.exe
+ echo "<html>
+ <body>Hello <b>World</b></body>
+ </html>" | mono sample.exe
@@ -2085,4 +2085,4 @@ class X {
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/Label.xml b/doc/en/Gtk/Label.xml
index 1c8276dba..b79e882a8 100644
--- a/doc/en/Gtk/Label.xml
+++ b/doc/en/Gtk/Label.xml
@@ -233,7 +233,7 @@
Toggles line wrapping within the GtkLabel widget. makes it
- break lines if text exceeds the size of the widget. lets the text get cut off by the edge of the widget if it exceeds the widget size.
+ break lines if text exceeds the size of the widget. lets the text get cut off by the edge of the widget if it exceeds the widget size.
if the lines of the label are automatically wrapped.
@@ -663,4 +663,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/Layout.xml b/doc/en/Gtk/Layout.xml
index 0139935f1..b14f45ef1 100644
--- a/doc/en/Gtk/Layout.xml
+++ b/doc/en/Gtk/Layout.xml
@@ -102,12 +102,12 @@
- Adds to the , at position (, ).
+ Adds to the , at position (, ).
an object of type
an object of type
an object of type
- becomes the new parent container of .
+ becomes the new parent container of .
@@ -288,4 +288,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml
index dac92011e..53e1b7763 100644
--- a/doc/en/Gtk/ListStore.xml
+++ b/doc/en/Gtk/ListStore.xml
@@ -10,7 +10,7 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
- The ListStore is a columned list data structure to be used with widget. It is the model part in Model/View/Controller design paradigm. The contents of the ListStore can be sorted and are drag-and-drop ready.
+ The ListStore is a columned list data structure to be used with widget. It is the model part in Model/View/Controller design paradigm. The contents of the ListStore can be sorted and are drag-and-drop ready.
diff --git a/doc/en/Gtk/Misc.xml b/doc/en/Gtk/Misc.xml
index 3f4c2bfc4..e0c57ae6f 100644
--- a/doc/en/Gtk/Misc.xml
+++ b/doc/en/Gtk/Misc.xml
@@ -204,7 +204,7 @@
Gets the X and Y alignment of the widget within its allocation. See .
Location to store X alignment of misc, or .
- Location to store Y alignment of misc, or .
+ Location to store Y alignment of misc, or .
@@ -248,4 +248,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml
index 47a23ba92..dadf9f2bf 100644
--- a/doc/en/Gtk/Notebook.xml
+++ b/doc/en/Gtk/Notebook.xml
@@ -293,7 +293,7 @@ Don't forget to call the Show method on the widget or else the new page will not
is a or , then
the menu label will be a newly created label with the same
text as ; If is not a ,
- must be specified if the
+ must be specified if the
page-switch menu is to be used.
diff --git a/doc/en/Gtk/ScrolledWindow.xml b/doc/en/Gtk/ScrolledWindow.xml
index d4500b167..6abb6ade8 100644
--- a/doc/en/Gtk/ScrolledWindow.xml
+++ b/doc/en/Gtk/ScrolledWindow.xml
@@ -280,7 +280,7 @@
Event
-
+ To be added
@@ -359,4 +359,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/TextBuffer.xml b/doc/en/Gtk/TextBuffer.xml
index a3908740e..9c4d8cb04 100644
--- a/doc/en/Gtk/TextBuffer.xml
+++ b/doc/en/Gtk/TextBuffer.xml
@@ -294,7 +294,7 @@
- Moves mark to the new location .
+ Moves mark to the new location .
a .
the new location for mark in buffer
@@ -418,7 +418,7 @@
Copies text, tags, and pixbufs between and (the
order does not matter) and inserts the
copy at . Used instead of simply getting/inserting
- text because it preserves images and tags. If and
+ text because it preserves images and tags. If and
are in a different buffer from buffer, the two buffers
must share the same tag table.
@@ -585,7 +585,7 @@
- Adds to the list of clipboards in which the selection contents of buffer are available.
+ Adds to the list of clipboards in which the selection contents of buffer are available.
an object of type In most cases, clipboard will be the of type for a view of buffer.
@@ -764,7 +764,7 @@
a string containing the text from the specified range
- Returns the text in the range specified by and . Excludes
+ Returns the text in the range specified by and . Excludes
undisplayed text (text marked with tags that set the
invisibility attribute) if is . Does not include characters
representing embedded images, so byte and character
@@ -1665,4 +1665,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml
index 2c89fe0b6..a73eeb9f7 100644
--- a/doc/en/Gtk/TextView.xml
+++ b/doc/en/Gtk/TextView.xml
@@ -519,7 +519,7 @@ class TextViewSample
- p
+
Scrolls the text view so that is on
the screen in the position indicated by and the given
@@ -1339,4 +1339,4 @@ class TextViewSample
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/TreeViewColumn.xml b/doc/en/Gtk/TreeViewColumn.xml
index a071e3899..e4daf1001 100644
--- a/doc/en/Gtk/TreeViewColumn.xml
+++ b/doc/en/Gtk/TreeViewColumn.xml
@@ -572,7 +572,7 @@
a
a a
- If the cell is not found in the column, and are not changed and is returned.
+ If the cell is not found in the column, and are not changed and is returned.
@@ -651,4 +651,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml
index 5f8ada972..f91dc9e93 100644
--- a/doc/en/Gtk/Widget.xml
+++ b/doc/en/Gtk/Widget.xml
@@ -1284,7 +1284,7 @@
The topmost ancestor of , or itself if there's no ancestor.
- Note the difference in behavior against , would return if wasn't inside a toplevel window, and if the window was inside a GtkWindow-derived which was in turn inside the toplevel . While the second case may seem unlikely, it actually happens when a is embedded inside a within the same application. To reliably find the toplevel , use and check if the flag is set on the result.
+ Note the difference in behavior against , would return if wasn't inside a toplevel window, and if the window was inside a GtkWindow-derived which was in turn inside the toplevel . While the second case may seem unlikely, it actually happens when a is embedded inside a within the same application. To reliably find the toplevel , use and check if the flag is set on the result.
@@ -1482,8 +1482,8 @@ the widget will not be sensitive. Use
widget.Parent.Sensitive
to check whether the ancestor widget is sensitive or not.
-
-
+
+
When the sensitive property is set to false, the widget
property will return false.
@@ -3959,4 +3959,4 @@ Widgets are required to honor the size allocation they receive; a size request i
None
-
\ No newline at end of file
+
diff --git a/doc/en/Gtk/Window.xml b/doc/en/Gtk/Window.xml
index cbc71f78b..8ae70c3de 100644
--- a/doc/en/Gtk/Window.xml
+++ b/doc/en/Gtk/Window.xml
@@ -257,7 +257,7 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
If returns , it will also set the and/or hints indicating to the window manager that the size/position of the was user-specified. This causes most window managers to honor the geometry.
- Note that for to work as expected, it has to be called when the has its "final" size, i.e. after calling on the contents and on the .
+ Note that for to work as expected, it has to be called when the has its "final" size, i.e. after calling on the contents and on the .
@@ -387,13 +387,13 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
is not 100% reliable because the X Window System does not specify a way to obtain the geometry of the decorations placed on a by the window manager. Thus GTK# is using a "best guess" that works with most window managers.
- Moreover, nearly all window managers are historically broken with respect to their handling of window gravity. So moving a to its current position as returned by tends to result in moving the slightly. Window managers are slowly getting better over time.
+ Moreover, nearly all window managers are historically broken with respect to their handling of window gravity. So moving a to its current position as returned by tends to result in moving the slightly. Window managers are slowly getting better over time.
- If a has gravity the window manager frame is not relevant, and thus will always produce accurate results. However you can't use static gravity to do things like place a in a corner of the screen, because static gravity ignores the window manager decorations.
+ If a has gravity the window manager frame is not relevant, and thus will always produce accurate results. However you can't use static gravity to do things like place a in a corner of the screen, because static gravity ignores the window manager decorations.
- If you are saving and restoring your application's positions, you should know that it's impossible for applications to do this without getting it somewhat wrong because applications do not have sufficient knowledge of window manager state. The Correct Mechanism is to support the session management protocol (see the "GnomeClient" object in the GNOME libraries for example) and allow the window manager to save your sizes and positions.
+ If you are saving and restoring your application's positions, you should know that it's impossible for applications to do this without getting it somewhat wrong because applications do not have sufficient knowledge of window manager state. The Correct Mechanism is to support the session management protocol (see the "GnomeClient" object in the GNOME libraries for example) and allow the window manager to save your sizes and positions.
@@ -409,7 +409,7 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
Asks to deiconify (i.e. unminimizw) the specified .
- Note that you shouldn't assume the is definitely deiconified afterward, because other entities (e.g. the user or window manager) could iconify it again before your code which assumes deiconification gets to run.
+ Note that you shouldn't assume the is definitely deiconified afterward, because other entities (e.g. the user or window manager) could iconify it again before your code which assumes deiconification gets to run.
You can track iconification via the event on GtkWidget.
@@ -465,10 +465,10 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
Asks to maximize , so that it becomes full-screen.
- Note that you shouldn't assume the is definitely maximized afterward, because other entities (e.g. the user or window manager) could unmaximize it again, and not all window managers support maximization. But normally the will end up maximized. Just don't write code that crashes if not.
+ Note that you shouldn't assume the is definitely maximized afterward, because other entities (e.g. the user or window manager) could unmaximize it again, and not all window managers support maximization. But normally the will end up maximized. Just don't write code that crashes if not.
- You can track maximization via the event on . It's permitted to call this method before showing a , in which case the will be maximized when it appears onscreen initially.
+ You can track maximization via the event on . It's permitted to call this method before showing a , in which case the will be maximized when it appears onscreen initially.
@@ -566,10 +566,10 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
For more control over a 's initial size and how resizing works, investigate .
- For some uses, is a more appropriate method. changes the current size of the , rather than the size to be used on initial display. always affects the itself, not the geometry widget.
+ For some uses, is a more appropriate method. changes the current size of the , rather than the size to be used on initial display. always affects the itself, not the geometry widget.
- The default size of a only affects the first time a is shown; if a is hidden and re-shown, it will remember the size it had prior to hiding, rather than using the default size.
+ The default size of a only affects the first time a is shown; if a is hidden and re-shown, it will remember the size it had prior to hiding, rather than using the default size.
@@ -585,10 +585,10 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
Presents a to the user.
- This may mean raising the in the stacking order, deiconifying it, moving it to the current desktop, and/or giving it the keyboard focus, possibly dependent on the user's platform, window manager, and preferences. If is hidden, this method calls as well.
+ This may mean raising the in the stacking order, deiconifying it, moving it to the current desktop, and/or giving it the keyboard focus, possibly dependent on the user's platform, window manager, and preferences. If is hidden, this method calls as well.
- This method should be used when the user tries to open a that's already open. Say for example the preferences dialog is currently open, and the user chooses Preferences from the menu a second time; use to move the already-open dialog where the user can see it.
+ This method should be used when the user tries to open a that's already open. Say for example the preferences dialog is currently open, and the user chooses Preferences from the menu a second time; use to move the already-open dialog where the user can see it.
@@ -625,7 +625,7 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
Y coordinate to move to.
- Window managers are free to ignore this; most window managers ignore requests for initial window positions (instead using a user-defined placement algorithm) and honor requests after the has already been shown.
+ Window managers are free to ignore this; most window managers ignore requests for initial window positions (instead using a user-defined placement algorithm) and honor requests after the has already been shown.
Note: the position is the position of the gravity-determined reference point for the . The gravity determines two things: first, the location of the reference point in root coordinates; and second, which point on the is positioned at the reference point.
@@ -1152,7 +1152,7 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
if the has no minimum size.
- Setting this to is 99% of the time a bad idea.
+ Setting this to is 99% of the time a bad idea.
@@ -1309,7 +1309,7 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
Whether the should not be in the pager.
- If then the will not be in the pager.
+ If then the will not be in the pager.
if the should not be in the pager.
@@ -1326,7 +1326,7 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
Whether the should not be in the taskbar.
- If then the will not be in the taskbar.
+ If then the will not be in the taskbar.
if the should not be in the taskbar.
@@ -1632,4 +1632,4 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);
-
\ No newline at end of file
+
diff --git a/doc/en/Pango/AttrClass.xml b/doc/en/Pango/AttrClass.xml
index 209eca79a..f6d85816b 100644
--- a/doc/en/Pango/AttrClass.xml
+++ b/doc/en/Pango/AttrClass.xml
@@ -61,4 +61,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Pango/Color.xml b/doc/en/Pango/Color.xml
index 0f8bfdde3..c00703ab7 100644
--- a/doc/en/Pango/Color.xml
+++ b/doc/en/Pango/Color.xml
@@ -141,4 +141,4 @@
-
\ No newline at end of file
+
diff --git a/doc/en/Pango/LayoutIter.xml b/doc/en/Pango/LayoutIter.xml
index c4aae1c5c..8278ec6f0 100644
--- a/doc/en/Pango/LayoutIter.xml
+++ b/doc/en/Pango/LayoutIter.xml
@@ -55,7 +55,7 @@
rectangle to fill with ink extents
rectangle to fill with logical extents
- or can be if you are not interested in them. Extents are in layout coordinates (origin is the top-left corner of the entire ). Thus the extents returned by this function will be the same width/height but not at the same x/y as the extents returned from .
+ or can be if you are not interested in them. Extents are in layout coordinates (origin is the top-left corner of the entire ). Thus the extents returned by this function will be the same width/height but not at the same x/y as the extents returned from .
@@ -267,4 +267,4 @@
-
\ No newline at end of file
+