diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-03-05 22:41:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-03-05 22:41:53 +0000 |
commit | 1835b5fd1e6255ef9975dfeb369057cbc368b862 (patch) | |
tree | f849ad696e5e8a11ad1106215cd0289d19573d6d | |
parent | 61fd5219ab9dac2a95585c427ee1ad0d22c714c2 (diff) | |
download | gdk-pixbuf-1835b5fd1e6255ef9975dfeb369057cbc368b862.tar.gz |
Remove "internally-used" which sounds like "private".
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.
-rw-r--r-- | docs/reference/ChangeLog | 9 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkentrycompletion.sgml | 9 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkinvisible.sgml | 6 |
3 files changed, 20 insertions, 4 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e71dc9791..999165882 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -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 ==== diff --git a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml index 7ead3a9ed..7bb0cc98e 100644 --- a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml +++ b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml @@ -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> diff --git a/docs/reference/gtk/tmpl/gtkinvisible.sgml b/docs/reference/gtk/tmpl/gtkinvisible.sgml index 95718df86..c34b8641a 100644 --- a/docs/reference/gtk/tmpl/gtkinvisible.sgml +++ b/docs/reference/gtk/tmpl/gtkinvisible.sgml @@ -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 |