Fix numerous misspellings of possessive "its". (#110027, Doug Quale)

This commit is contained in:
Matthias Clasen 2003-04-07 00:16:43 +00:00
parent 065df1c008
commit c4dd1bd3f9
21 changed files with 59 additions and 22 deletions

View File

@ -1,3 +1,9 @@
2003-04-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
misspellings of possessive "its". (#110027, Doug Quale)
2003-04-03 Matthias Clasen <maclas@gmx.de>
* demos/gtk-demo/main.c (demo_find_file): Only use files from the

View File

@ -1,3 +1,9 @@
2003-04-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
misspellings of possessive "its". (#110027, Doug Quale)
2003-04-03 Matthias Clasen <maclas@gmx.de>
* demos/gtk-demo/main.c (demo_find_file): Only use files from the

View File

@ -1,3 +1,9 @@
2003-04-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
misspellings of possessive "its". (#110027, Doug Quale)
2003-04-03 Matthias Clasen <maclas@gmx.de>
* demos/gtk-demo/main.c (demo_find_file): Only use files from the

View File

@ -1,3 +1,9 @@
2003-04-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
misspellings of possessive "its". (#110027, Doug Quale)
2003-04-03 Matthias Clasen <maclas@gmx.de>
* demos/gtk-demo/main.c (demo_find_file): Only use files from the

View File

@ -1,3 +1,9 @@
2003-04-07 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
misspellings of possessive "its". (#110027, Doug Quale)
2003-04-03 Matthias Clasen <maclas@gmx.de>
* demos/gtk-demo/main.c (demo_find_file): Only use files from the

View File

@ -1,5 +1,12 @@
2003-04-07 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkenums.sgml, gtk/tmpl/gtkmain.sgml,
gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml,
gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkstatusbar.sgml,
gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktogglebuttons.sgml,
gtk/tmpl/gtktreeviewcolumn.sgml, gtk/tmpl/gtktypeutils.sgml: Fix
numerous misspellings of possessive "its". (#110027, Doug Quale)
* gtk/tmpl/gtktypeutils.sgml: Add some deprecation info.
2003-04-01 Matthias Clasen <maclas@gmx.de>

View File

@ -58,7 +58,7 @@ Used to indicate the direction in which a #GtkArrow should point.
<!-- ##### ENUM GtkAttachOptions ##### -->
<para>
Denotes the expansion properties that a widget will have when it (or it's
Denotes the expansion properties that a widget will have when it (or its
parent) is resized.
</para>

View File

@ -428,7 +428,7 @@ used by GTK+ wrappers for languages other than C.
<!-- ##### FUNCTION gtk_quit_remove ##### -->
<para>
Removes a quit handler by it's identifier.
Removes a quit handler by its identifier.
</para>
@quit_handler_id: Identifier for the handler returned when installing it.
@ -436,7 +436,7 @@ Removes a quit handler by it's identifier.
<!-- ##### FUNCTION gtk_quit_remove_by_data ##### -->
<para>
Removes a quit handler identified by it's @data field.
Removes a quit handler identified by its @data field.
</para>
@data: The pointer passed as @data to gtk_quit_add() or gtk_quit_add_full().

View File

@ -32,7 +32,7 @@ Each child has two options that can be set,
#GtkPaned is resized, that child will expand
or shrink along with the paned widget. If @shrink
is true, then when that child can be made smaller
than it's requisition by the user. Setting @shrink
than its requisition by the user. Setting @shrink
to %FALSE allows the application to set a minimum
size. If @resize is false for both children, then
this is treated as if @resize is true for both

View File

@ -7,7 +7,7 @@ A choice from multiple check buttons.
<!-- ##### SECTION Long_Description ##### -->
<para>
A single radio button performs the same basic function as a #GtkCheckButton,
as it's position in the object hierarchy reflects. It is only when multiple
as its position in the object hierarchy reflects. It is only when multiple
radio buttons are grouped together that they become a different user
interface component in their own right.</para>
<para>

View File

@ -140,7 +140,7 @@ GTK_SPIN_PAGE_BACKWARD</entry>
<row>
<entry>GTK_SPIN_HOME,
GTK_SPIN_END</entry>
<entry>These set the spin button's value to the minimum or maxmimum possible values, (set by it's #GtkAdjustment), respectively.</entry>
<entry>These set the spin button's value to the minimum or maxmimum possible values, (set by its #GtkAdjustment), respectively.</entry>
</row>
<row>
<entry>GTK_SPIN_USER_DEFINED</entry>

View File

@ -33,7 +33,7 @@ Status bars are created using gtk_statusbar_new().
Messages are added to the bar's stack with gtk_statusbar_push().
</para>
<para>
The message at the top of the stack can be removed using gtk_statusbar_pop(). A message can be removed from anywhere in the stack if it's message_id was recorded at the time it was added. This is done using gtk_statusbar_remove().
The message at the top of the stack can be removed using gtk_statusbar_pop(). A message can be removed from anywhere in the stack if its message_id was recorded at the time it was added. This is done using gtk_statusbar_remove().
</para>
<!-- ##### SECTION See_Also ##### -->

View File

@ -52,7 +52,7 @@ Internal #GtkText data type. Should not be accessed directly.
Creates a new #GtkText widget, initialized with the given pointers to
#GtkAdjustments. These pointers can be used to track the viewing position
of the #GtkText widget. Passing %NULL to either or both of them will make
the #GtkText create it's own. You can set these later with the function
the #GtkText create its own. You can set these later with the function
gtk_text_set_adjustment().
</para>
@ -213,7 +213,7 @@ Returns the character at the given index within the #GtkText widget.
<!-- ##### ARG GtkText:hadjustment ##### -->
<para>
Used by the #GtkText widget to keep track of the size of it's horizontal
Used by the #GtkText widget to keep track of the size of its horizontal
text.
</para>
@ -224,7 +224,7 @@ Boolean value indicating whether line wrap is enabled or not.
<!-- ##### ARG GtkText:vadjustment ##### -->
<para>
Used by the #GtkText widget to keep track of the size of it's vertical
Used by the #GtkText widget to keep track of the size of its vertical
text.
</para>

View File

@ -7,7 +7,7 @@ create buttons which retain their state.
<!-- ##### SECTION Long_Description ##### -->
<para>
A #GtkToggleButton is a #GtkButton which will remain 'pressed-in' when
clicked. Clicking again will cause the toggle button to return to it's
clicked. Clicking again will cause the toggle button to return to its
normal state.
</para>
<para>
@ -141,7 +141,7 @@ application ever to call this function.
<!-- ##### FUNCTION gtk_toggle_button_get_active ##### -->
<para>
Queries a #GtkToggleButton and returns it's current state. Returns %TRUE if
Queries a #GtkToggleButton and returns its current state. Returns %TRUE if
the toggle button is pressed in and %FALSE if it is raised.
</para>

View File

@ -18,7 +18,7 @@ widget. It determines the geometry, type
<!-- ##### ENUM GtkTreeViewColumnSizing ##### -->
<para>
The sizing method the column uses to determine it's width. Please note
The sizing method the column uses to determine its width. Please note
that @GTK_TREE_VIEW_COLUMN_AUTOSIZE are inefficient for large views, and
can make columns appear choppy.
</para>

View File

@ -482,7 +482,7 @@ The base structure for a GTK+ type. Every type inherits this as a base structure
<!-- ##### TYPEDEF GtkEnumValue ##### -->
<para>
A structure which contains a single enum value, and its name, and it's
A structure which contains a single enum value, and its name, and its
nickname.
</para>

View File

@ -102,7 +102,7 @@ gtk_cell_editable_start_editing (GtkCellEditable *cell_editable,
* @cell_editable: A #GtkTreeEditable
*
* Emits the "editing_done" signal. This signal is a sign for the cell renderer
* to update it's value from the cell.
* to update its value from the cell.
**/
void
gtk_cell_editable_editing_done (GtkCellEditable *cell_editable)

View File

@ -515,7 +515,7 @@ gtk_fixed_set_has_window (GtkFixed *fixed,
* gtk_fixed_get_has_window:
* @fixed: a #GtkWidget
*
* Gets whether the #GtkFixed has it's own #GdkWindow.
* Gets whether the #GtkFixed has its own #GdkWindow.
* See gdk_fixed_set_has_window().
*
* Return value: %TRUE if @fixed has its own window.

View File

@ -579,7 +579,7 @@ gtk_tree_path_prev (GtkTreePath *path)
* gtk_tree_path_up:
* @path: A #GtkTreePath.
*
* Moves the @path to point to it's parent node, if it has a parent.
* Moves the @path to point to its parent node, if it has a parent.
*
* Return value: %TRUE if @path has a parent, and the move was made.
**/
@ -1048,7 +1048,7 @@ gtk_tree_model_iter_parent (GtkTreeModel *tree_model,
* entire file-hierarchy in memory, just the sections that are currently being
* displayed by every current view.
*
* A model should be expected to be able to get an iter independent of it's
* A model should be expected to be able to get an iter independent of its
* reffed state.
**/
void
@ -1644,7 +1644,7 @@ disconnect_ref_callbacks (GtkTreeModel *model)
*
* Creates a row reference based on @path. This reference will keep pointing to
* the node pointed to by @path, so long as it exists. It listens to all
* signals emitted by @model, and updates it's path appropriately. If @path
* signals emitted by @model, and updates its path appropriately. If @path
* isn't a valid path in @model, then %NULL is returned.
*
* Return value: A newly allocated #GtkTreeRowReference, or %NULL

View File

@ -118,7 +118,7 @@ gtk_tree_selection_finalize (GObject *object)
* _gtk_tree_selection_new:
*
* Creates a new #GtkTreeSelection object. This function should not be invoked,
* as each #GtkTreeView will create it's own #GtkTreeSelection.
* as each #GtkTreeView will create its own #GtkTreeSelection.
*
* Return value: A newly created #GtkTreeSelection object.
**/
@ -137,7 +137,7 @@ _gtk_tree_selection_new (void)
* @tree_view: The #GtkTreeView.
*
* Creates a new #GtkTreeSelection object. This function should not be invoked,
* as each #GtkTreeView will create it's own #GtkTreeSelection.
* as each #GtkTreeView will create its own #GtkTreeSelection.
*
* Return value: A newly created #GtkTreeSelection object.
**/

View File

@ -8908,7 +8908,7 @@ gtk_tree_view_scroll_to_point (GtkTreeView *tree_view,
*
* If @use_align is %FALSE, then the alignment arguments are ignored, and the
* tree does the minimum amount of work to scroll the cell onto the screen.
* This means that the cell will be scrolled to the edge closest to it's current
* This means that the cell will be scrolled to the edge closest to its current
* position. If the cell is currently visible on the screen, nothing is done.
*
* This function only works if the model is set, and @path is a valid row on the