]> Pileus Git - ~andy/gtk/commitdiff
Remove "internally-used" which sounds like "private".
authorMatthias Clasen <maclas@gmx.de>
Fri, 5 Mar 2004 22:41:53 +0000 (22:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 5 Mar 2004 22:41:53 +0000 (22:41 +0000)
Fri Mar  5 23:45:06 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkinvisible.sgml: Remove "internally-used"
which sounds like "private".

Tue Mar  2 23:51:24 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkentrycompletion.sgml: Add a bit about actions.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkentrycompletion.sgml
docs/reference/gtk/tmpl/gtkinvisible.sgml

index e71dc9791e6353e8aa50f4dac43c75895caeefc0..9991658823c0db54e7330a796704bc05abd03f69 100644 (file)
@@ -1,3 +1,12 @@
+Fri Mar  5 23:45:06 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkinvisible.sgml: Remove "internally-used"
+       which sounds like "private".
+
+Tue Mar  2 23:51:24 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkentrycompletion.sgml: Add a bit about actions.
+
 Mon Mar  1 19:47:48 2004  Owen Taylor  <otaylor@redhat.com>
 
         * === Released 2.3.5 ====
index 7ead3a9edc5b20f60cc8d91eee525a28beae963d..7bb0cc98ea5d27493fe99640d4dec8e922e0af27 100644 (file)
@@ -9,11 +9,18 @@ completion functionality for GtkEntry
 #GtkEntryCompletion is an auxiliary object to be used in conjunction with
 #GtkEntry to provide the completion functionality. It implements the
 #GtkCellLayout interface, to allow the user to add extra cells to the 
-TreeView with completion matches. 
+#GtkTreeView with completion matches. 
 </para>
 <para>
 To add completion functionality to an entry, use gtk_entry_set_completion().
 </para>
+<para>
+In addition to regular completion matches, which will be inserted into the
+entry when they are selected, #GtkEntryCompletion also allows to display 
+"actions" in the popup window. Their appearance is similar to menuitems, 
+to differentiate them clearly from completion strings. When an action is 
+selected, the ::action-activated signal is emitted.
+</para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
index 95718df86d0c194f5b58bb79aadfb6a3605cccba..c34b8641a1673c2dd84cccb64fbbd64a9eb36ea8 100644 (file)
@@ -2,12 +2,12 @@
 GtkInvisible
 
 <!-- ##### SECTION Short_Description ##### -->
-internally-used widget which is not displayed.
+a widget which is not displayed.
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-The #GtkInvisible widget is used internally in GTK+, and is probably not useful
-for application developers.
+The #GtkInvisible widget is used internally in GTK+, and is probably not 
+very useful for application developers.
 </para>
 <para>
 It is used for reliable pointer grabs and selection handling in the code