]> Pileus Git - ~andy/gtk/commitdiff
Fix some typos in docs.
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 31 Aug 2003 14:01:07 +0000 (14:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 31 Aug 2003 14:01:07 +0000 (14:01 +0000)
* gtk/gtktoolitem.c: Fix some typos in docs.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktoolitem.c

index 016378a58d6cb8c68ebd4451e18178c7b7d73668..2b49d007960abe90de023f42285a0b76755e05f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-08-31  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtktoolitem.c: Fix some typos in docs.
+
        * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
        replaces gtk_ui_manager_activate().  (#120658)
 
index 016378a58d6cb8c68ebd4451e18178c7b7d73668..2b49d007960abe90de023f42285a0b76755e05f5 100644 (file)
@@ -1,5 +1,7 @@
 2003-08-31  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtktoolitem.c: Fix some typos in docs.
+
        * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
        replaces gtk_ui_manager_activate().  (#120658)
 
index 016378a58d6cb8c68ebd4451e18178c7b7d73668..2b49d007960abe90de023f42285a0b76755e05f5 100644 (file)
@@ -1,5 +1,7 @@
 2003-08-31  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtktoolitem.c: Fix some typos in docs.
+
        * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
        replaces gtk_ui_manager_activate().  (#120658)
 
index 016378a58d6cb8c68ebd4451e18178c7b7d73668..2b49d007960abe90de023f42285a0b76755e05f5 100644 (file)
@@ -1,5 +1,7 @@
 2003-08-31  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtktoolitem.c: Fix some typos in docs.
+
        * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
        replaces gtk_ui_manager_activate().  (#120658)
 
index 016378a58d6cb8c68ebd4451e18178c7b7d73668..2b49d007960abe90de023f42285a0b76755e05f5 100644 (file)
@@ -1,5 +1,7 @@
 2003-08-31  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtktoolitem.c: Fix some typos in docs.
+
        * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
        replaces gtk_ui_manager_activate().  (#120658)
 
index ca35db89bfc6fb22928ed6e7f87b68f17448548e..a75cd6232aff567bdc65fa95da238a5077b44bd2 100644 (file)
@@ -762,7 +762,7 @@ gtk_tool_item_get_homogeneous (GtkToolItem *tool_item)
  * @tool_item: a #GtkToolItem
  * 
  * Returns whether @tool_item is considered important. See
- * gtk_tool_item_set_ismportant()
+ * gtk_tool_item_set_is_important()
  * 
  * Return value: %TRUE if @tool_item is considered important.
  * 
@@ -784,7 +784,7 @@ gtk_tool_item_get_is_important (GtkToolItem *tool_item)
  * Sets whether @tool_item should be considered important. The #GtkToolButton
  * class uses this property to determine whether to show or hide its label
  * when the toolbar style is %GTK_TOOLBAR_BOTH_HORIZ. The result is that
- * only tool buttons with the "is_important" property set have labels, and
+ * only tool buttons with the "is_important" property set have labels, an
  * effect known as "priority text"
  * 
  * Since: 2.4
@@ -913,7 +913,7 @@ gtk_tool_item_get_use_drag_window (GtkToolItem *toolitem)
  * @toolitem: a #GtkToolItem
  * @visible_horizontal: Whether @toolitem is visible when in horizontal mode
  * 
- * Sets whether @toolitem is visible when 
+ * Sets whether @toolitem is visible when the toolbar is docked horizontally.
  * 
  * Since: 2.4
  **/
@@ -940,7 +940,7 @@ gtk_tool_item_set_visible_horizontal (GtkToolItem *toolitem,
  * @toolitem: a #GtkToolItem 
  * 
  * Returns whether the @toolitem is visible on toolbars that are
- * docked horizontally
+ * docked horizontally.
  * 
  * Return value: %TRUE if @toolitem is visible on toolbars that are
  * docked horizontally.